diff --git a/system/system.nix b/system/system.nix index a2d3c0e..2baf50f 100644 --- a/system/system.nix +++ b/system/system.nix @@ -129,11 +129,10 @@ }; boot.extraModulePackages = with config.boot.kernelPackages; [ - # rtl8812au rtl88xxau-aircrack ]; - boot.kernelModules = ["8812au"]; + boot.kernelModules = ["rtl8812au"]; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions