From 3583c11b77ece68ba4c35f8cd1fbdaff820ac7d1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 8 Sep 2018 14:38:09 +0200 Subject: ... --- odin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odin.nix b/odin.nix index 7e911610..34436a6f 100644 --- a/odin.nix +++ b/odin.nix @@ -464,7 +464,7 @@ upstreams = { "bar" = { - servers."localhost:${services.bar.port}"= {}; + servers."localhost:${config.services.bar.port}"= {}; }; }; }; -- cgit v1.2.3