forked from mirrors/nixpkgs
nixos/networkmanager: add missing kernel module for wpa authenticaion
This commit is contained in:
parent
7ed6404672
commit
5171c5c2ee
|
@ -484,6 +484,8 @@ in {
|
|||
})
|
||||
];
|
||||
|
||||
boot.kernelModules = [ "ctr" ];
|
||||
|
||||
security.polkit.extraConfig = polkitConf;
|
||||
|
||||
services.dbus.packages = cfg.packages
|
||||
|
|
Loading…
Reference in a new issue