x
This commit is contained in:
parent
efab382ce2
commit
75289b6cd3
9 changed files with 322 additions and 13 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue