Update hosts/server/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 32m54s

This commit is contained in:
2026-06-01 01:42:25 +00:00
parent d474f1b1b1
commit 5fbc8ba5df
+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;