Update modules/network.nix
This commit is contained in:
parent
6b055e80ac
commit
53f6ea3c37
@ -4,11 +4,11 @@
|
|||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 13748 13722 5000 22 80 443 ];
|
allowedTCPPorts = [ 13748 13722 5000 22 80 443 ];
|
||||||
allowedTCPPortRanges = [{
|
interfaces.wlan0.allowedTCPPortRanges = [{
|
||||||
from = 1714;
|
from = 1714;
|
||||||
to = 1764;
|
to = 1764;
|
||||||
}];
|
}];
|
||||||
allowedUDPPortRanges = [{
|
interfaces.wlan0.allowedUDPPortRanges = [{
|
||||||
from = 1714;
|
from = 1714;
|
||||||
to = 1764;
|
to = 1764;
|
||||||
}];
|
}];
|
||||||
|
Loading…
Reference in New Issue
Block a user