1
1
Fork 0

Configuration cleanup

This commit is contained in:
Jaculabilis 2020-12-29 18:10:09 -08:00
parent a4c33917cd
commit 3dd512a3ed
1 changed files with 8 additions and 4 deletions

View File

@ -26,13 +26,17 @@
hostId = "758371f0";
firewall = {
enable = true;
allowedTCPPorts = [ 22 80 443 ];
allowedTCPPorts = [
22 # ssh
655 # tinc
];
allowedUDPPorts = [
655 # tinc
];
};
};
security = {
hideProcessInformation = true;
};
security.hideProcessInformation = true;
environment.systemPackages = with pkgs;
[