remove unnecessary kernelModules
i can't notice any difference with these removed
This commit is contained in:
@@ -15,12 +15,6 @@ with lib;
|
|||||||
boot.initrd.extraUtilsCommands = ''
|
boot.initrd.extraUtilsCommands = ''
|
||||||
copy_bin_and_libs ${pkgs.btrfs-progs}/bin/btrfstune
|
copy_bin_and_libs ${pkgs.btrfs-progs}/bin/btrfstune
|
||||||
'';
|
'';
|
||||||
boot.kernelModules = [
|
|
||||||
"coretemp"
|
|
||||||
"kvm-intel"
|
|
||||||
"kvm-amd" # desktop
|
|
||||||
"amdgpu" # desktop
|
|
||||||
];
|
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
boot.kernelParams = [ "boot.shell_on_fail" ];
|
boot.kernelParams = [ "boot.shell_on_fail" ];
|
||||||
boot.consoleLogLevel = 7;
|
boot.consoleLogLevel = 7;
|
||||||
|
Reference in New Issue
Block a user