From 4f4f51b0d0a9da5e6b78305c07345dae53170849 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 12 Dec 2023 16:40:31 +0100 Subject: [PATCH] syncthing --- hosts/yodaNas/syncthing.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/yodaNas/syncthing.nix b/hosts/yodaNas/syncthing.nix index d2ca065..93050fe 100644 --- a/hosts/yodaNas/syncthing.nix +++ b/hosts/yodaNas/syncthing.nix @@ -12,7 +12,8 @@ syncthing = { enable = true; # Whether to open the default ports in the firewall: TCP/UDP 22000 for transfers and UDP 21027 for discovery. - #openDefaultPorts = true; + # With this enabled, the connection type of other syncthing clients in the same WiFi/LAN is "TCP LAN" and not "WAN Relay". + openDefaultPorts = true; overrideDevices = true; # overrides any devices added or deleted through the WebUI overrideFolders = true; # overrides any folders added or deleted through the WebUI devices = {