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 05761769..2421492b 100644
--- a/odin.nix
+++ b/odin.nix
@@ -465,7 +465,7 @@
465 465
466 upstreams = { 466 upstreams = {
467 "bar" = { 467 "bar" = {
468 servers."localhost:${config.services.bar.port}"= {}; 468 servers."localhost:${toString config.services.bar.port}"= {};
469 }; 469 };
470 }; 470 };
471 }; 471 };