2022-06-12 16:42:42 +01:00
|
|
|
_: {
|
2022-05-06 10:54:54 +01:00
|
|
|
services.syncthing = {
|
|
|
|
enable = true;
|
2022-05-12 08:46:29 +01:00
|
|
|
guiAddress = "[::]:8384";
|
2022-05-06 10:54:54 +01:00
|
|
|
};
|
2022-06-12 16:39:15 +01:00
|
|
|
networking.firewall.interfaces."wg0".allowedTCPPorts = [8384];
|
|
|
|
networking.firewall.allowedTCPPorts = [22000];
|
|
|
|
networking.firewall.allowedUDPPorts = [22000];
|
2022-05-06 10:54:54 +01:00
|
|
|
}
|