diff --git a/hosts/vessel/syncthing.nix b/hosts/vessel/syncthing.nix index 81977b2..30ab582 100644 --- a/hosts/vessel/syncthing.nix +++ b/hosts/vessel/syncthing.nix @@ -5,7 +5,7 @@ in { enable = true; systemService = true; openDefaultPorts = true; - guiAddress = "127.0.0.1:${builtins.toString guiPort}"; + guiAddress = "0.0.0.0:${builtins.toString guiPort}"; }; networking.firewall.allowedTCPPorts = [guiPort];