mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
new vpn
This commit is contained in:
parent
2e4fdc4805
commit
63490a3fdf
1 changed files with 14 additions and 3 deletions
|
@ -11,13 +11,24 @@ mkOizysModule config "vpn" {
|
||||||
];
|
];
|
||||||
|
|
||||||
services.openvpn.servers = {
|
services.openvpn.servers = {
|
||||||
express-ny = {
|
# subscription expired
|
||||||
|
# express-ny = {
|
||||||
|
# config = ''
|
||||||
|
# config /home/daylin/.config/openvpn/express-ny/config.ovpn
|
||||||
|
# auth-user-pass /home/daylin/.config/openvpn/express-ny/credentials
|
||||||
|
# '';
|
||||||
|
# autoStart = false;
|
||||||
|
# updateResolvConf = true;
|
||||||
|
# };
|
||||||
|
#
|
||||||
|
|
||||||
|
mullvad-chi = {
|
||||||
config = ''
|
config = ''
|
||||||
config /home/${config.oizys.user}/.config/openvpn/express-ny/config.ovpn
|
config /home/daylin/.config/openvpn/mullvad-chi/mullvad_us_chi.conf
|
||||||
auth-user-pass /home/${config.oizys.user}/.config/openvpn/express-ny/credentials
|
|
||||||
'';
|
'';
|
||||||
autoStart = false;
|
autoStart = false;
|
||||||
updateResolvConf = true;
|
updateResolvConf = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue