summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
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 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}" = {};