mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 20:53:48 +00:00
Merge pull request #162 from NixOS/nm_openvpn
add openvpn plugin to networkmanager
This commit is contained in:
commit
9bb02aedcf
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user