Configuration cleanup
This commit is contained in:
parent
a4c33917cd
commit
3dd512a3ed
|
@ -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;
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue