diff --git a/modules/services/monitoring.nix b/modules/services/monitoring.nix index a22d5f9..43b5319 100644 --- a/modules/services/monitoring.nix +++ b/modules/services/monitoring.nix @@ -23,9 +23,9 @@ ]; }; }; - networking.firewall = { - allowedTCPPorts = [ - 9001 - ]; - }; + # networking.firewall = { + # allowedTCPPorts = [ + # 9001 + # ]; + # }; } diff --git a/modules/services/mumble.nix b/modules/services/mumble.nix index 14c9487..eaa0836 100644 --- a/modules/services/mumble.nix +++ b/modules/services/mumble.nix @@ -2,6 +2,6 @@ { services.murmur = { enable = true; - openFirewall = true; + openFirewall = false; }; }