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