summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-05-07 00:18:28 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-05-07 00:18:28 +0200
commitb5ca1731404c15c367ad1c699e868798ad83d163 (patch)
tree5401412973b21df8a8c17a5a09ff2455d368bcc3
parentde663df12651d29f567aa7ca2a2bebc41f8979fb (diff)
downloadnixos-b5ca1731404c15c367ad1c699e868798ad83d163.tar
nixos-b5ca1731404c15c367ad1c699e868798ad83d163.tar.gz
nixos-b5ca1731404c15c367ad1c699e868798ad83d163.tar.bz2
nixos-b5ca1731404c15c367ad1c699e868798ad83d163.tar.xz
nixos-b5ca1731404c15c367ad1c699e868798ad83d163.zip
...
-rw-r--r--odin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index b1fa8193..5b2bef9f 100644
--- a/odin.nix
+++ b/odin.nix
@@ -536,6 +536,7 @@
536 536
537 services.prometheus = { 537 services.prometheus = {
538 enable = true; 538 enable = true;
539 extraFlags = ["--web.enable-admin-api"];
539 webExternalUrl = "http://odin.asgard.yggdrasil/prometheus"; 540 webExternalUrl = "http://odin.asgard.yggdrasil/prometheus";
540 listenAddress = "localhost:9090"; 541 listenAddress = "localhost:9090";
541 exporters = { 542 exporters = {