summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-05-07 00:21:59 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-05-07 00:21:59 +0200
commitd13e1474c0311b6fec1c0a7ea33d9d4cee3a6017 (patch)
tree044f7f642e2dd62f5d36c3a1507fcbb5f8d512f4 /odin.nix
parentb5ca1731404c15c367ad1c699e868798ad83d163 (diff)
downloadnixos-d13e1474c0311b6fec1c0a7ea33d9d4cee3a6017.tar
nixos-d13e1474c0311b6fec1c0a7ea33d9d4cee3a6017.tar.gz
nixos-d13e1474c0311b6fec1c0a7ea33d9d4cee3a6017.tar.bz2
nixos-d13e1474c0311b6fec1c0a7ea33d9d4cee3a6017.tar.xz
nixos-d13e1474c0311b6fec1c0a7ea33d9d4cee3a6017.zip
...
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 5b2bef9f..06e5eeee 100644
--- a/odin.nix
+++ b/odin.nix
@@ -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 = {