summaryrefslogtreecommitdiff
path: root/config/system.nix
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2025-03-22 20:28:09 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2025-03-22 21:09:52 +0100
commitbb6a5af93bae9d3b234d4352bdf476d56ef652d5 (patch)
tree90ee5d52356b583f46ea24bcfd55ea6e213b180e /config/system.nix
parent824f144cf0e0caf129cca8495a990ab99fffc045 (diff)
users: add kerberos remote builder
Diffstat (limited to 'config/system.nix')
-rw-r--r--config/system.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/system.nix b/config/system.nix
index 5a568a2..870ca71 100644
--- a/config/system.nix
+++ b/config/system.nix
@@ -3,4 +3,8 @@
flake = "git+file:///etc/nixos/";
autoUpgrade.enable = true;
};
+ system.autoUpgrade = {
+ dates = "12:30";
+ allowReboot = true;
+ };
}