Change syncthing server to run on ipv4 0.0.0.0

This commit is contained in:
Jack Mechem 2026-03-16 12:59:28 -07:00
parent 5dc7dfa232
commit bc41e79708

View file

@ -5,6 +5,7 @@
services.syncthing = { services.syncthing = {
enable = true; enable = true;
openDefaultPorts = true; openDefaultPorts = true;
guiAddress = "0.0.0.0:8384";
}; };
networking.firewall.allowedTCPPorts = [ 8384 ]; networking.firewall.allowedTCPPorts = [ 8384 ];