Common/syncthing: open firewall ports

This commit is contained in:
Toast 2025-01-02 22:59:37 +01:00
parent 74ed35e5f4
commit a275c8d43e

View file

@ -62,4 +62,8 @@ in {
};
};
};
networking.firewall = {
allowedTCPPorts = [22000];
allowedUDPPorts = [22000 21027];
};
}