summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 73031819..e2dacf61 100644
--- a/odin.nix
+++ b/odin.nix
@@ -545,7 +545,7 @@
545 services.prometheus2 = { 545 services.prometheus2 = {
546 enable = true; 546 enable = true;
547 extraFlags = ["-web.enable-admin-api"]; 547 extraFlags = ["-web.enable-admin-api"];
548 webExternalUrl = "http://odin.asgard.yggdrasil/prometheus"; 548 webExternalUrl = "https://odin.asgard.yggdrasil/prometheus";
549 listenAddress = "localhost:9090"; 549 listenAddress = "localhost:9090";
550 globalConfig = { 550 globalConfig = {
551 scrape_interval = "5s"; 551 scrape_interval = "5s";