diff --git a/hosts/monitoring/configuration.nix b/hosts/monitoring/configuration.nix index 7940bf9..ca5376d 100644 --- a/hosts/monitoring/configuration.nix +++ b/hosts/monitoring/configuration.nix @@ -305,7 +305,7 @@ with lib; }; }; }; - networking.firewall.allowedTCPPorts = [ 80 443 8086]; + networking.firewall.allowedTCPPorts = [ 80 443 ]; system.stateVersion = "22.05"; }