summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/linde.nix')
-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;