3
0
Fork 0
forked from mirrors/nixpkgs

nixos/networkmanager: add missing kernel module for wpa authenticaion

This commit is contained in:
Ryan Horiguchi 2021-04-06 13:50:51 +02:00
parent 7ed6404672
commit 5171c5c2ee
No known key found for this signature in database
GPG key ID: CA7EE98D45A1132A

View file

@ -484,6 +484,8 @@ in {
})
];
boot.kernelModules = [ "ctr" ];
security.polkit.extraConfig = polkitConf;
services.dbus.packages = cfg.packages