Configuration cleanup
This commit is contained in:
parent
a4c33917cd
commit
3dd512a3ed
|
@ -26,13 +26,17 @@
|
||||||
hostId = "758371f0";
|
hostId = "758371f0";
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 22 80 443 ];
|
allowedTCPPorts = [
|
||||||
|
22 # ssh
|
||||||
|
655 # tinc
|
||||||
|
];
|
||||||
|
allowedUDPPorts = [
|
||||||
|
655 # tinc
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
security = {
|
security.hideProcessInformation = true;
|
||||||
hideProcessInformation = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs;
|
environment.systemPackages = with pkgs;
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue