diff --git a/common/syncthing.nix b/common/syncthing.nix index 0b38cbd..c884777 100644 --- a/common/syncthing.nix +++ b/common/syncthing.nix @@ -3,7 +3,7 @@ enable = true; systemService = true; openDefaultPorts = true; - guiAddress = "localhost:4000"; + guiAddress = "0.0.0.0:4000"; overrideDevices = false; overrideFolders = false; };