From bb6a5af93bae9d3b234d4352bdf476d56ef652d5 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 22 Mar 2025 20:28:09 +0100 Subject: users: add kerberos remote builder --- config/system.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/system.nix') 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; + }; } -- cgit v1.2.3