diff --git a/modules/nixos/syncthingServer.nix b/modules/nixos/syncthingServer.nix index a79abb1..3e60c4f 100644 --- a/modules/nixos/syncthingServer.nix +++ b/modules/nixos/syncthingServer.nix @@ -5,6 +5,7 @@ services.syncthing = { enable = true; openDefaultPorts = true; + guiAddress = "0.0.0.0:8384"; }; networking.firewall.allowedTCPPorts = [ 8384 ];