From 7f6bd607694687430d92dab66791a7b404b2f812 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 18 Aug 2024 23:17:36 +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 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];