diff --git a/nixos/eva/modules/prometheus/default.nix b/nixos/eva/modules/prometheus/default.nix index ce39aac35..d79926c99 100644 --- a/nixos/eva/modules/prometheus/default.nix +++ b/nixos/eva/modules/prometheus/default.nix @@ -152,6 +152,7 @@ environmentFile = config.sops.secrets.alertmanager.path; webExternalUrl = "https://alertmanager.thalheim.io"; listenAddress = "[::1]"; + extraFlags = [ "--cluster.listen-address=''" ]; configuration = { global = { # The smarthost and SMTP sender used for mail notifications.