summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-05-07 00:26:09 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-05-07 00:26:09 +0200
commitc05cdadf63eb606170bc4b9f7bf33c4d8e04ba4b (patch)
treeb5eea034a40e880a9c7ce779fb5a999157a8e705
parent8cc8ff020dd6f989395261c74d733bf915630d45 (diff)
downloadnixos-c05cdadf63eb606170bc4b9f7bf33c4d8e04ba4b.tar
nixos-c05cdadf63eb606170bc4b9f7bf33c4d8e04ba4b.tar.gz
nixos-c05cdadf63eb606170bc4b9f7bf33c4d8e04ba4b.tar.bz2
nixos-c05cdadf63eb606170bc4b9f7bf33c4d8e04ba4b.tar.xz
nixos-c05cdadf63eb606170bc4b9f7bf33c4d8e04ba4b.zip
...
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 0bda5689..73031819 100644
--- a/odin.nix
+++ b/odin.nix
@@ -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}" = {};