diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 3e80ecc..bff22ca 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -362,11 +362,7 @@ in replacement = "${hostname}:${port}"; target_label = "instance"; }) hosts; - static_configs = [ - { - targets = [ "127.0.0.1:${port}" ] ++ map (host: "${myData.hosts.${host}.jakstIP}:${port}") hosts; - } - ]; + static_configs = [ { targets = map (host: "${myData.hosts.${host}.jakstIP}:${port}") hosts; } ]; } ) {