Enable auto-upgrade and automount external storage

This commit is contained in:
2020-05-23 15:43:54 +02:00
parent da80c09dc8
commit 60bda7ed7a
5 changed files with 46 additions and 3 deletions

View File

@@ -87,6 +87,12 @@
];
};
# Auto-upgrade the system
system.autoUpgrade = {
enable = true;
dates = "14:00";
};
# Import other configuration modules
imports = [
./modules/software.nix