From c84cf13283105b6133ebf7d159684d3a23448a8a Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Mon, 9 Jun 2025 02:02:19 -0400 Subject: [PATCH] 419 current 2025-06-09 02:01:47 25.05.20250424.f771eb4 6.12.24 * --- system/services/syncthing/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/services/syncthing/default.nix b/system/services/syncthing/default.nix index 776dc4e..3516a0f 100644 --- a/system/services/syncthing/default.nix +++ b/system/services/syncthing/default.nix @@ -5,6 +5,7 @@ }: { services.syncthing = { enable = true; + guiAddress = "localhost:8384"; # user = "synchronous"; # group = "syncthing"; openDefaultPorts = true;