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];