From 5fbc8ba5df6adbb30aa622c87d556de989118026 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 1 Jun 2026 01:42:25 +0000 Subject: [PATCH] Update hosts/server/configuration.nix --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index cc53e01..0bef175 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -121,7 +121,7 @@ services.prometheus.exporters.node = { services.openssh.settings.PermitRootLogin = "yes"; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ 2049 ]; + networking.firewall.allowedTCPPorts = [ 2049 111 ]; # networking.firewall.allowedUDPPorts = [ 111 2049 20048 ]; # Or disable the firewall altogether. # networking.firewall.enable = false;