summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorscouckel <james.krinsky@gmail.com>2025-12-08 23:58:51 -0600
committerscouckel <james.krinsky@gmail.com>2025-12-08 23:58:51 -0600
commit10a36f34b3fc70ebded1ab164a1908939bbdcffe (patch)
tree7f191537d10a7c4e63319e52083f6cc311153461 /modules
parenta4a4957fae687c0c0ac6f65c916b1f5346cde9bd (diff)
chaotic-nyx is dead
Diffstat (limited to 'modules')
-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 ];
-}
-