2 days of work

This commit is contained in:
Stefan Schwarz 2020-10-07 23:23:16 +02:00
parent ad427500ad
commit f8e261ad07
18 changed files with 391 additions and 32 deletions

View file

@ -16,7 +16,9 @@
./roles/dev.nix
./roles/mail.nix
./roles/vpn.nix
./roles/wireless.nix
./roles/network.nix
./roles/private.nix
./roles/work.nix
];
networking.useDHCP = false;
@ -27,6 +29,10 @@
services.openssh.enable = true;
networking.firewall.enable = true;
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.0.2u"
];
system.stateVersion = "20.03"; # We can stay here
}