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;