diff --git a/nixos/modules/monitoring/server/grafana.nix b/nixos/modules/monitoring/server/grafana.nix
index 3ff096209fddc46ab9a5b9a301cf4fec3ce32646..d5724e7188cab5155d7f1976420185388caf5d64 100644
--- a/nixos/modules/monitoring/server/grafana.nix
+++ b/nixos/modules/monitoring/server/grafana.nix
@@ -30,7 +30,7 @@ in {
   };
 
   config = {
-    networking.firewall.allowedTCPPorts = [ 80 443 ];
+    # networking.firewall.allowedTCPPorts = [ 80 443 ];
 
     services.grafana = {
       enable = true;