summaryrefslogtreecommitdiff
path: root/modules/nixos/nordvpn.nix
blob: ae99d9885e3b4083476ea40d2b56f61d85baf510 (plain)
1
2
3
4
5
6
7
{
  chaotic.nordvpn.enable = true;
  networking.firewall.checkReversePath = false;
  networking.firewall.allowedTCPPorts = [ 443 ];
  networking.firewall.allowedUDPPorts = [ 1194 ];
}