syncthing: forgot about UDP protocol

This commit is contained in:
2026-03-03 20:19:05 -05:00
parent c6aae99c9e
commit 9c632e0876

View File

@@ -43,7 +43,10 @@
# Open firewall ports for syncthing protocol
networking.firewall = {
allowedTCPPorts = [ service_configs.ports.syncthing_protocol ];
allowedUDPPorts = [ service_configs.ports.syncthing_discovery ];
allowedUDPPorts = [
service_configs.ports.syncthing_discovery
service_configs.ports.syncthing_protocol
];
};
services.caddy.virtualHosts."syncthing.${service_configs.https.domain}".extraConfig = ''