From ceba5f723ef453fcf8539be823bf118d49ebffd2 Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Sat, 8 Sep 2018 15:00:00 +0200
Subject: ...

---
 odin.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/odin.nix b/odin.nix
index 05761769..2421492b 100644
--- a/odin.nix
+++ b/odin.nix
@@ -465,7 +465,7 @@
 
     upstreams = {
       "bar" = {
-        servers."localhost:${config.services.bar.port}"= {};
+        servers."localhost:${toString config.services.bar.port}"= {};
       };
     };
   };
-- 
cgit v1.2.3