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;