Update hosts/server/configuration.nix

This commit is contained in:
2026-06-01 01:42:25 +00:00
parent 7f719eb6a9
commit 038103391d
+1 -1
View File
@@ -121,7 +121,7 @@ services.prometheus.exporters.node = {
services.openssh.settings.PermitRootLogin = "yes"; services.openssh.settings.PermitRootLogin = "yes";
# Open ports in the firewall. # Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 2049 ]; networking.firewall.allowedTCPPorts = [ 2049 111 ];
# networking.firewall.allowedUDPPorts = [ 111 2049 20048 ]; # networking.firewall.allowedUDPPorts = [ 111 2049 20048 ];
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; # networking.firewall.enable = false;