diff --git a/networking/firewall.mod.nix b/networking/firewall.mod.nix index d952102..21cac4f 100644 --- a/networking/firewall.mod.nix +++ b/networking/firewall.mod.nix @@ -23,9 +23,13 @@ networking.firewall = { allowedTCPPorts = [ 64738 # murmur tcp + 6700 # grafana + 6750 # prometheus ]; allowedUDPPorts = [ 64738 # murmur udp + 6700 # grafana + 6750 # prometheus ]; }; }