From 3e054571d73ccacfec7b1d4714bfa74818b7affe Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 9 Sep 2017 16:40:31 +0200 Subject: Add nix configuration --- satoshipad.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'satoshipad.nix') diff --git a/satoshipad.nix b/satoshipad.nix index 1f013de..36e0331 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"; } -- cgit 1.4.1