ehex: update VPN settings, still not working

This commit is contained in:
Benjamin Yule Bädorf 2024-02-08 23:30:27 +01:00
parent 1169873bac
commit 5ee143978f
Signed by: b12f
GPG key ID: 729956E1124F8F26
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -24,9 +24,9 @@ in {
services.openvpn.servers = { services.openvpn.servers = {
ehexVPN = { ehexVPN = {
autoStart = false; autoStart = false;
updateResolvConf = true;
config = '' config = ''
config ${config.age.secrets."ehex.ovpn".path} config ${config.age.secrets."ehex.ovpn".path}
# auth-user-pass ${config.age.secrets."ehex-vpn.creds".path}
''; '';
}; };
}; };