Add open ports to firewall

This commit is contained in:
2023-07-22 01:55:17 +01:00
parent 47ac1ae1be
commit 7ef0bdbc36

View File

@@ -25,12 +25,20 @@
hostName = "bigding";
interfaces.ens3.useDHCP = true;
firewall.interfaces = {
firewall = {
allowedTCPPortRanges = [
{
from = 12500;
to = 12515;
}
];
interfaces = {
"tailscale0" = {
allowedUDPPorts = [41641];
};
};
};
};
services.syncthing = {
settings = {