Skip to content

Commit

Permalink
Merge pull request #118658 from rhoriguchi/networkmanager
Browse files Browse the repository at this point in the history
nixos/networkmanager: add missing kernel module for wpa authentication
  • Loading branch information
SuperSandro2000 authored Apr 12, 2021
2 parents 79c3609 + 5171c5c commit 000af0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/services/networking/networkmanager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,8 @@ in {
})
];

boot.kernelModules = [ "ctr" ];

security.polkit.extraConfig = polkitConf;

services.dbus.packages = cfg.packages
Expand Down

0 comments on commit 000af0d

Please sign in to comment.