summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-06-06 14:19:44 +0200
committerAlan Pearce2024-06-06 14:19:44 +0200
commitb8da6104d9a6004cf0735f9658d5c18098b1dc6b (patch)
tree9aebe93bc5ae9e5fd6d559c5342aa43be28311dc /system
parentdc48f429240cbacdc5a3dff6b698fc297e2ab17c (diff)
downloadnixfiles-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.nix4
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;