mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 10:24:07 +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;
|
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;
|
services.udev.packages = cfg.packages;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user