syncthing open to local network

This commit is contained in:
2025-07-22 10:40:15 -06:00
parent 80c8d5c33c
commit f80545784c
3 changed files with 8 additions and 1 deletions

View File

@@ -40,7 +40,11 @@ in
to = 1764;
};
ns-usbloaderPort = 6674;
openPorts = [ ns-usbloaderPort ];
syncthingPort = 8384;
openPorts = [
ns-usbloaderPort
syncthingPort
];
openPortRanges = [ kdeconnectPortRange ];
in
{