all repos — archive/nixos-configuration @ 3e054571d73ccacfec7b1d4714bfa74818b7affe

Superseded by nixfiles

Add nix configuration

Alan Pearce
commit

3e054571d73ccacfec7b1d4714bfa74818b7affe

parent

5a4ead8db870f7c9950d092d5dd3ec1c570024f2

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
M satoshipad.nixsatoshipad.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"; }