This commit is contained in:
foosinn 2022-09-30 09:41:10 +02:00
parent efab382ce2
commit 75289b6cd3
9 changed files with 322 additions and 13 deletions

View file

@ -21,8 +21,7 @@
./roles/network.nix
./roles/nix.nix
./roles/vpn.nix
./roles/private.nix
./roles/game.nix
./roles/work.nix
];
networking.useDHCP = false;
@ -35,7 +34,8 @@
nixpkgs.config.permittedInsecurePackages = [ "openssl-1.0.2u" ];
system.autoUpgrade.enable = true;
# removed for mobile working
# system.autoUpgrade.enable = true;
system.stateVersion = "20.03"; # We can stay here
}