diff options
-rw-r--r-- | odin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -544,6 +544,7 @@ | |||
544 | 544 | ||
545 | services.prometheus2 = { | 545 | services.prometheus2 = { |
546 | enable = true; | 546 | enable = true; |
547 | extraFlags = ["-web.enable-admin-api"]; | ||
547 | webExternalUrl = "http://odin.asgard.yggdrasil/prometheus"; | 548 | webExternalUrl = "http://odin.asgard.yggdrasil/prometheus"; |
548 | listenAddress = "localhost:9090"; | 549 | listenAddress = "localhost:9090"; |
549 | globalConfig = { | 550 | globalConfig = { |