724 current 2024-05-30 16:25:08 24.11.20240529.ad57eef 6.9.2-zen1 *

This commit is contained in:
zackartz 2024-05-30 16:25:10 -04:00
parent 0a5255f169
commit 8316393729
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -16,12 +16,16 @@ in {
config = mkIf cfg.enable {
services.mullvad-vpn.enable = cfg.mullvad;
services.openvpn.servers = {
services.openvpn = {
servers = {
work = {
config = ''config /home/zack/Downloads/zachary_myers.ovpn'';
updateResolvConf = true;
};
};
};
systemd.services.openvpn-work.wantedBy = lib.mkForce [];
systemd.services."mullvad-daemon".postStart = let
mullvad = config.services.mullvad-vpn.package;