From 1dd9c2a29a870435dbfc6f190938bb6fb4b2fcf7 Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 22 May 2024 15:36:32 -0400 Subject: [PATCH] 663 current 2024-05-22 15:36:24 24.05.20240521.d3cda6a 6.8.6-zen1 * --- hosts/earth/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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