allow kde connect ports

This commit is contained in:
2024-01-14 02:26:09 +05:30
parent 4256c13c36
commit a351dd3c2d

View File

@ -47,6 +47,12 @@
firewall = { firewall = {
enable = true; enable = true;
allowedTCPPorts = [ 80 443 3000 6666 ]; allowedTCPPorts = [ 80 443 3000 6666 ];
allowedTCPPortRanges = [
{ from = 1714; to = 1764; }
];
allowedUDPPortRanges = [
{ from = 1714; to = 1764; }
];
}; };
}; };