mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
syncthing
This commit is contained in:
parent
35f1db122b
commit
4f4f51b0d0
@ -12,7 +12,8 @@
|
|||||||
syncthing = {
|
syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# Whether to open the default ports in the firewall: TCP/UDP 22000 for transfers and UDP 21027 for discovery.
|
# 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
|
overrideDevices = true; # overrides any devices added or deleted through the WebUI
|
||||||
overrideFolders = true; # overrides any folders added or deleted through the WebUI
|
overrideFolders = true; # overrides any folders added or deleted through the WebUI
|
||||||
devices = {
|
devices = {
|
||||||
|
Loading…
Reference in New Issue
Block a user