diff options
author | Alan Pearce | 2024-06-06 14:19:44 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-06 14:19:44 +0200 |
commit | b8da6104d9a6004cf0735f9658d5c18098b1dc6b (patch) | |
tree | 9aebe93bc5ae9e5fd6d559c5342aa43be28311dc /system | |
parent | dc48f429240cbacdc5a3dff6b698fc297e2ab17c (diff) | |
download | nixfiles-b8da6104d9a6004cf0735f9658d5c18098b1dc6b.tar.lz nixfiles-b8da6104d9a6004cf0735f9658d5c18098b1dc6b.tar.zst nixfiles-b8da6104d9a6004cf0735f9658d5c18098b1dc6b.zip |
linde: stop reverting back to old configuration overnight
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix index 490aa4c4..a257cfeb 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -22,6 +22,8 @@ in [ # Include the results of the hardware scan. ./linde-hardware.nix + + ./settings/pin.nix ]; age.secrets = { paperless = @@ -135,7 +137,7 @@ in programs.mosh.enable = true; system.autoUpgrade = { - enable = true; + enable = false; dates = "02:10"; randomizedDelaySec = "59 min"; allowReboot = true; |