base/base: enable autoUpgrade options
This commit is contained in:
@@ -122,6 +122,21 @@ in
|
||||
python3 # For Ansible
|
||||
];
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
persistent = true;
|
||||
operation = switch;
|
||||
|
||||
dates = "daily";
|
||||
fixedRandomDelay = true;
|
||||
|
||||
allowReboot = true;
|
||||
rebootWindow = {
|
||||
lower = "9:00";
|
||||
upper = "10:00";
|
||||
};
|
||||
};
|
||||
|
||||
# ========== Services ==========
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user