nixos/networkmanager: add missing kernel module for wpa authenticaion

Changed files
+2
nixos
modules
services
networking
+2
nixos/modules/services/networking/networkmanager.nix
···
})
];
+
boot.kernelModules = [ "ctr" ];
+
security.polkit.extraConfig = polkitConf;
services.dbus.packages = cfg.packages