This commit is contained in:
Sergei Poljanski 2026-01-13 06:28:37 +02:00
commit f567476485
Signed by: asxpi
GPG key ID: 4F8851660FA4121B

View file

@ -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;
} }