2 days of work
This commit is contained in:
parent
ad427500ad
commit
f8e261ad07
18 changed files with 391 additions and 32 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue