summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 7e911610..34436a6f 100644
--- a/odin.nix
+++ b/odin.nix
@@ -464,7 +464,7 @@
464 464
465 upstreams = { 465 upstreams = {
466 "bar" = { 466 "bar" = {
467 servers."localhost:${services.bar.port}"= {}; 467 servers."localhost:${config.services.bar.port}"= {};
468 }; 468 };
469 }; 469 };
470 }; 470 };