From e09bca0feb211249d78b6e30091d1d48feba913f Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Tue, 22 Jul 2025 17:37:40 -0700 Subject: [PATCH] desktop: add NetworkManager plugin for OpenVPN --- hosts/common-desktop.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/common-desktop.nix b/hosts/common-desktop.nix index d398ecf..d6696a8 100644 --- a/hosts/common-desktop.nix +++ b/hosts/common-desktop.nix @@ -24,6 +24,9 @@ # Enable networking networking.networkmanager.enable = true; + networking.networkmanager.plugins = [ + pkgs.networkmanager-openvpn + ]; # Enable the X11 windowing system. # You can disable this if you're only using the Wayland session.