feature(graphics): add amdgpu to the initrd

This commit is contained in:
2026-03-05 21:50:46 +01:00
parent d7a08c2571
commit afd3113cf3

View File

@@ -5,5 +5,10 @@
hardware.graphics = {
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [
];
};
# sets boot.initrd.kernelModules = amdgpu
hardware.amdgpu.initrd.enable = true;
}