diff options
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -536,7 +536,7 @@ | |||
536 | 536 | ||
537 | services.prometheus = { | 537 | services.prometheus = { |
538 | enable = true; | 538 | enable = true; |
539 | extraFlags = ["--web.enable-admin-api"]; | 539 | extraFlags = ["-web.enable-admin-api"]; |
540 | webExternalUrl = "http://odin.asgard.yggdrasil/prometheus"; | 540 | webExternalUrl = "http://odin.asgard.yggdrasil/prometheus"; |
541 | listenAddress = "localhost:9090"; | 541 | listenAddress = "localhost:9090"; |
542 | exporters = { | 542 | exporters = { |