fw
This commit is contained in:
parent
916853d2ba
commit
f567476485
1 changed files with 3 additions and 3 deletions
|
|
@ -98,11 +98,11 @@
|
|||
};
|
||||
|
||||
# IVPN service
|
||||
services.ivpn.enable = false;
|
||||
services.ivpn.enable = true;
|
||||
|
||||
# Open ports in the firewall.
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
# Or disable the firewall altogether.
|
||||
# networking.firewall.enable = false;
|
||||
# Enable the firewall.
|
||||
networking.firewall.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue