desktop: add NetworkManager plugin for OpenVPN

This commit is contained in:
2025-07-22 17:37:40 -07:00
parent f9b152cd52
commit e09bca0feb

View File

@@ -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.