nixos/networkmanager: enable polkit
Allows user in the networkmanager group to control the daemon.
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user