diff options
Diffstat (limited to 'config/system.nix')
| -rw-r--r-- | config/system.nix | 4 |
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; + }; } |
