diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-02-12 07:53:13 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-02-12 07:53:13 +0100 |
| commit | 4fc0dec2f63c3ad6494254e08b4e916dc1420cd8 (patch) | |
| tree | ad55b968205c370e25c8e4ac9575e63546f848f1 | |
| parent | 82a1358f24de3c2e127c8099a3fa15e4c503918d (diff) | |
nixos: auto upgrade: change dates
| -rw-r--r-- | config/nix.nix | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/config/nix.nix b/config/nix.nix index 7159e33..4c95ce6 100644 --- a/config/nix.nix +++ b/config/nix.nix @@ -18,8 +18,11 @@ setNixPath = true; setFlakeRegistry = true; }; - system.autoUpgrade.flags = [ - # for reading secrets from a file - "--impure" - ]; + system.autoUpgrade = { + flags = [ + # for reading secrets from a file + "--impure" + ]; + dates = "02:00"; + }; } |
