From 9e4ecec24e2210c35372e3214ba0c7b0334fe7b7 Mon Sep 17 00:00:00 2001 From: Emmet Date: Thu, 15 Jun 2023 16:53:33 -0500 Subject: [PATCH] Installed openvpn --- system/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/configuration.nix b/system/configuration.nix index 2967b92b..8714c88e 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -183,6 +183,7 @@ ubuntu_font_family terminus_font gamemode + openvpn ]; @@ -207,6 +208,8 @@ # Or disable the firewall altogether. # networking.firewall.enable = false; + environment.etc.openvpn.source = "${pkgs.update-resolv-conf}/libexec/openvpn"; + # Printing services.printing.enable = true; services.avahi.enable = true;