summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 06e5eeee..b1fa8193 100644
--- a/odin.nix
+++ b/odin.nix
@@ -536,7 +536,6 @@
536 536
537 services.prometheus = { 537 services.prometheus = {
538 enable = true; 538 enable = true;
539 extraFlags = ["-web.enable-admin-api"];
540 webExternalUrl = "http://odin.asgard.yggdrasil/prometheus"; 539 webExternalUrl = "http://odin.asgard.yggdrasil/prometheus";
541 listenAddress = "localhost:9090"; 540 listenAddress = "localhost:9090";
542 exporters = { 541 exporters = {