desktop: add NetworkManager plugin for OpenVPN

This commit is contained in:
Yuri Tatishchev 2025-07-22 17:37:40 -07:00
parent f9b152cd52
commit e09bca0feb
Signed by: CaZzzer
SSH Key Fingerprint: SHA256:sqXB3fe0LMpfH+IeM/vlmxKdso52kssrIJBlwKXVe1U

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.