gpu/amd: Remove loadInInitrd option

Option is now in nixpkgs under `hardware.amdgpu.initrd.enable` as of
NixOS/nixpkgs@6a0b6a6b74
This commit is contained in:
Lyndon Sanche
2024-06-26 16:51:35 -06:00
committed by mergify[bot]
parent 3980e7816c
commit 231274268f
5 changed files with 14 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ in {
hardware = {
## Enable the Nvidia card, as well as Prime and Offload:
amdgpu.loadInInitrd = true;
amdgpu.initrd.enable = true;
nvidia = {
modesetting.enable = true;