Remove unecessary kernel params
This commit is contained in:
parent
97d80daa3d
commit
85f8018e36
1 changed files with 0 additions and 7 deletions
|
|
@ -17,13 +17,6 @@
|
||||||
"sd_mod"
|
"sd_mod"
|
||||||
];
|
];
|
||||||
initrd.kernelModules = [ "amdgpu" ];
|
initrd.kernelModules = [ "amdgpu" ];
|
||||||
# kernelPackages = pkgs.linuxPackages_6_9;
|
|
||||||
|
|
||||||
# Prevents constant crashing in BG3
|
|
||||||
kernelParams = [
|
|
||||||
"amdgpu.mcbp=0"
|
|
||||||
"amdgpu.noretry=0"
|
|
||||||
];
|
|
||||||
|
|
||||||
kernelModules = [ "kvm-amd" ];
|
kernelModules = [ "kvm-amd" ];
|
||||||
extraModulePackages = [ ];
|
extraModulePackages = [ ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue