ehex: update VPN settings, still not working
This commit is contained in:
parent
1169873bac
commit
5ee143978f
Binary file not shown.
Binary file not shown.
|
@ -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}
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue