From 13b65f8acdae837b114842f0209485bbc822e9c2 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 30 Mar 2025 16:09:22 +0000 Subject: [PATCH] stuff --- common/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };