Add nix configuration
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M satoshipad.nix → satoshipad.nix
@@ -29,6 +29,7 @@ ./modules/satoshipay.nix ./modules/accounting.nix ./modules/passwords.nix ./modules/network-manager.nix + ./modules/nix.nix ]; boot.initrd.luks.devices = [@@ -40,6 +41,9 @@ } ]; networking.hostName = "satoshipad"; + + nix.gc.dates = "12:00"; + system.autoUpgrade.dates = "12:24"; system.stateVersion = "17.03"; }