diff --git a/hosts/defiant/services/metrics/loki.nix b/hosts/defiant/services/metrics/loki.nix index 1ecf68d..1c4b283 100644 --- a/hosts/defiant/services/metrics/loki.nix +++ b/hosts/defiant/services/metrics/loki.nix @@ -71,4 +71,8 @@ in { }; }; }; + + networking.firewall.allowedTCPPorts = [ + cfg.configuration.server.http_listen_port + ]; }