From 45fea7a83aa87e1cdc4808a2503d639a54c45e7f Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 18 Aug 2024 20:59:12 +0200 Subject: [PATCH] fix --- hosts/vessel/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vessel/syncthing.nix b/hosts/vessel/syncthing.nix index 2261321..30ab582 100644 --- a/hosts/vessel/syncthing.nix +++ b/hosts/vessel/syncthing.nix @@ -5,7 +5,7 @@ in { enable = true; systemService = true; openDefaultPorts = true; - guiAddress = "0.0.0.0:${guiPort}"; + guiAddress = "0.0.0.0:${builtins.toString guiPort}"; }; networking.firewall.allowedTCPPorts = [guiPort];