This commit is contained in:
beanigen 2025-06-03 17:57:46 +08:00
parent ca239fe518
commit 495f9cc045
No known key found for this signature in database

View file

@ -1,3 +1,5 @@
{
networking.firewall.allowedUDPPorts = [ 22000 21027 ];
networking.firewall.allowedTCPPorts = [ 22000 ];
services.syncthing.openDefaultPorts = true;
}