diff options
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | }; |