1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-17 16:40:12 +00:00

add openvpn plugin to networkmanager

This commit is contained in:
Domen Kozar 2013-05-11 19:25:14 +02:00
parent ef06b4be7e
commit 078130767d

View file

@ -130,7 +130,8 @@ in {
security.polkit.permissions = polkitConf;
services.dbus.packages = cfg.packages;
# openvpn plugin has only dbus interface
services.dbus.packages = cfg.packages ++ [ networkmanager_openvpn ];
services.udev.packages = cfg.packages;
};