1
Fork 0

Delete old openvpn container

This commit is contained in:
prescientmoon 2024-05-31 01:29:09 +02:00
parent 1196ed8fa4
commit 3c86c96a60
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -38,19 +38,4 @@ in
PUID = "1000";
};
};
# {{{ open-vpn
virtualisation.oci-containers.containers.openvpn-client = {
image = "ghcr.io/wfg/openvpn-client";
extraOptions = [
"--cap-add=net_admin"
];
volumes = [ "${vpnConfigDir}:/data/vpn" ];
environment = {
# KILL_SWITCH = "on"; # Turns off internet access if the VPN connection drops
};
};
# }}}
}