all repos — nixfiles @ b8da6104d9a6004cf0735f9658d5c18098b1dc6b

System and user configuration, managed by nix and home-manager

linde: stop reverting back to old configuration overnight
Alan Pearce alan@alanpearce.eu
Thu, 06 Jun 2024 14:19:44 +0200
commit

b8da6104d9a6004cf0735f9658d5c18098b1dc6b

parent

dc48f429240cbacdc5a3dff6b698fc297e2ab17c

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M system/linde.nixsystem/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;