diff --git a/nixos/common/services/syncthing.nix b/nixos/common/services/syncthing.nix index 62535248..75e2fec0 100644 --- a/nixos/common/services/syncthing.nix +++ b/nixos/common/services/syncthing.nix @@ -18,6 +18,7 @@ services.syncthing = { enable = true; + guiAddress = "0.0.0.0:8384"; cert = "/run/secrets/syncthing_cert"; key = "/run/secrets/syncthing_key"; user = "${username}";