summary refs log tree commit diff stats
path: root/satoshipad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'satoshipad.nix')
-rw-r--r--satoshipad.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/satoshipad.nix b/satoshipad.nix
index 1f013def..36e0331f 100644
--- a/satoshipad.nix
+++ b/satoshipad.nix
@@ -29,6 +29,7 @@
     ./modules/accounting.nix
     ./modules/passwords.nix
     ./modules/network-manager.nix
+    ./modules/nix.nix
   ];
 
   boot.initrd.luks.devices = [
@@ -41,5 +42,8 @@
 
   networking.hostName = "satoshipad";
 
+  nix.gc.dates = "12:00";
+  system.autoUpgrade.dates = "12:24";
+
   system.stateVersion = "17.03";
 }