diff options
Diffstat (limited to 'modules/nixos/openvpn-client.nix')
| -rw-r--r-- | modules/nixos/openvpn-client.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/nixos/openvpn-client.nix b/modules/nixos/openvpn-client.nix deleted file mode 100644 index c68130f..0000000 --- a/modules/nixos/openvpn-client.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ - services.openvpn.servers = { - "173.249.5.230" = {config = ''config /etc/openvpn-confs/173.249.5.230.ovpn'';}; - }; - environment.persistence."/persist".directories = ["/etc/openvpn-confs"]; - - # turns out disabling ipv6 is a bad idea; I'm just going to enable v6 on the remote xD - # networking.enableIPv6 = lib.mkForce false; - # workaround; NetworkManager reenables ipv6 without the following - # boot.kernelParams = ["ipv6.disable=1"]; -} |
