linde: stop reverting back to old configuration overnight
Alan Pearce alan@alanpearce.eu
Thu, 06 Jun 2024 14:19:44 +0200
1 files changed, 3 insertions(+), 1 deletions(-)
jump to
M system/linde.nix → system/linde.nix
@@ -22,6 +22,8 @@ imports = [ # Include the results of the hardware scan. ./linde-hardware.nix + + ./settings/pin.nix ]; age.secrets = { paperless = @@ -135,7 +137,7 @@ }; programs.mosh.enable = true; system.autoUpgrade = { - enable = true; + enable = false; dates = "02:10"; randomizedDelaySec = "59 min"; allowReboot = true;