nixos/networkmanager: enable polkit

Allows user in the networkmanager group to control the daemon.
This commit is contained in:
Martin Weinelt
2022-01-27 01:45:45 +01:00
parent a813be071c
commit 5601e028cf
@@ -539,6 +539,7 @@ in {
boot.kernelModules = [ "ctr" ];
security.polkit.enable = true;
security.polkit.extraConfig = polkitConf;
services.dbus.packages = cfg.packages