remove amdgpu from initrd (improve boot time)
This commit is contained in:
parent
0f55e2daf0
commit
f9d74c5a16
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@
|
|||
};
|
||||
|
||||
config = lib.mkIf config.settings.drivers.gpu.amd.enable {
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue