nixos/networkmanager: enable polkit

Allows user in the networkmanager group to control the daemon.
This commit is contained in:
Martin Weinelt 2022-01-26 15:40:07 +01:00
parent a813be071c
commit 5601e028cf
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -539,6 +539,7 @@ in {
boot.kernelModules = [ "ctr" ];
security.polkit.enable = true;
security.polkit.extraConfig = polkitConf;
services.dbus.packages = cfg.packages