diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-05-07 00:26:09 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-05-07 00:26:09 +0200 |
commit | c05cdadf63eb606170bc4b9f7bf33c4d8e04ba4b (patch) | |
tree | b5eea034a40e880a9c7ce779fb5a999157a8e705 | |
parent | 8cc8ff020dd6f989395261c74d733bf915630d45 (diff) | |
download | nixos-c05cdadf63eb606170bc4b9f7bf33c4d8e04ba4b.tar nixos-c05cdadf63eb606170bc4b9f7bf33c4d8e04ba4b.tar.gz nixos-c05cdadf63eb606170bc4b9f7bf33c4d8e04ba4b.tar.bz2 nixos-c05cdadf63eb606170bc4b9f7bf33c4d8e04ba4b.tar.xz nixos-c05cdadf63eb606170bc4b9f7bf33c4d8e04ba4b.zip |
...
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -523,7 +523,7 @@ | |||
523 | # servers."localhost:${toString config.services.bar.port}"= {}; | 523 | # servers."localhost:${toString config.services.bar.port}"= {}; |
524 | # }; | 524 | # }; |
525 | "prometheus" = { | 525 | "prometheus" = { |
526 | servers."${config.services.prometheus.listenAddress}" = {}; | 526 | servers."${config.services.prometheus2.listenAddress}" = {}; |
527 | }; | 527 | }; |
528 | "grafana" = { | 528 | "grafana" = { |
529 | servers."localhost:${toString config.services.grafana.port}" = {}; | 529 | servers."localhost:${toString config.services.grafana.port}" = {}; |