Update modules/network.nix

This commit is contained in:
Alexander Bantyev 2020-03-03 17:52:13 +03:00
parent 6b055e80ac
commit 53f6ea3c37
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
firewall = {
enable = true;
allowedTCPPorts = [ 13748 13722 5000 22 80 443 ];
allowedTCPPortRanges = [{
interfaces.wlan0.allowedTCPPortRanges = [{
from = 1714;
to = 1764;
}];
allowedUDPPortRanges = [{
interfaces.wlan0.allowedUDPPortRanges = [{
from = 1714;
to = 1764;
}];