remove unnecessary kernelModules

i can't notice any difference with these removed
This commit is contained in:
2022-07-06 02:01:16 -07:00
parent eb8cfc682f
commit 2ceb2637d8

View File

@@ -15,12 +15,6 @@ with lib;
boot.initrd.extraUtilsCommands = ''
copy_bin_and_libs ${pkgs.btrfs-progs}/bin/btrfstune
'';
boot.kernelModules = [
"coretemp"
"kvm-intel"
"kvm-amd" # desktop
"amdgpu" # desktop
];
boot.extraModulePackages = [ ];
boot.kernelParams = [ "boot.shell_on_fail" ];
boot.consoleLogLevel = 7;