open ports
This commit is contained in:
parent
06cd575c89
commit
24010f662e
2 changed files with 2 additions and 3 deletions
|
|
@ -101,8 +101,8 @@
|
|||
services.openssh.enable = true;
|
||||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.allowedTCPPorts = [80 443];
|
||||
networking.firewall.allowedUDPPorts = [80 443];
|
||||
networking.firewall.allowedTCPPorts = [80 443 6969 2022];
|
||||
networking.firewall.allowedUDPPorts = [80 443 6969 2022];
|
||||
# Or disable the firewall altogether.
|
||||
# networking.firewall.enable = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue