Merge pull request #118658 from rhoriguchi/networkmanager

nixos/networkmanager: add missing kernel module for wpa authentication
This commit is contained in:
Sandro 2021-04-12 20:18:32 +02:00 committed by GitHub
commit 000af0d8bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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