diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index 176ae5c..f7e0376 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -43,6 +43,12 @@ }; services.fstrim.enable = true; services.mullvad-vpn.enable = true; + services.openvpn.servers = { + work = { + config = ''config /home/zack/Downloads/zachary_myers.ovpn ''; + updateResolvConf = true; + }; + }; # disable autoconnect for now # systemd.services."mullvad-daemon".postStart = let