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
|
# IVPN service
|
||||||
services.ivpn.enable = false;
|
services.ivpn.enable = true;
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||||
# Or disable the firewall altogether.
|
# Enable the firewall.
|
||||||
# networking.firewall.enable = false;
|
networking.firewall.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue