Enable auto-upgrade and automount external storage
This commit is contained in:
@@ -87,6 +87,12 @@
|
||||
];
|
||||
};
|
||||
|
||||
# Auto-upgrade the system
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
dates = "14:00";
|
||||
};
|
||||
|
||||
# Import other configuration modules
|
||||
imports = [
|
||||
./modules/software.nix
|
||||
|
||||
Reference in New Issue
Block a user