nixos/networkmanager: explicitly configure VPN plugins

required after NixOS 25.11 upgrade
This commit is contained in:
Trolli Schmittlauch 2025-12-02 23:51:34 +01:00
parent 03ae1479af
commit 30cd2d42fd

View file

@ -109,6 +109,9 @@ in
};
};
};
plugins = with pkgs; [
networkmanager-openvpn
];
};
services.avahi.enable = true;