summaryrefslogtreecommitdiff
path: root/modules/nixos/nordvpn.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos/nordvpn.nix')
-rw-r--r--modules/nixos/nordvpn.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/nixos/nordvpn.nix b/modules/nixos/nordvpn.nix
index ae99d98..e69de29 100644
--- a/modules/nixos/nordvpn.nix
+++ b/modules/nixos/nordvpn.nix
@@ -1,7 +0,0 @@
-{
- chaotic.nordvpn.enable = true;
- networking.firewall.checkReversePath = false;
- networking.firewall.allowedTCPPorts = [ 443 ];
- networking.firewall.allowedUDPPorts = [ 1194 ];
-}
-