hostconfig/ZeNixComputa: Force amdgpu to be loaded in initrd

This commit is contained in:
traxys 2024-09-25 20:59:16 +02:00
parent 67f57f8e7a
commit b05b1c1785

View file

@ -3,10 +3,11 @@
boot.initrd = {
enable = true;
availableKernelModules = [
"amdgpu"
"r8169"
];
kernelModules = [ "amdgpu" ];
# secrets = {
# "/etc/secrets/initrd/keyfile" = "/etc/secrets/initrd/keyfile";
# };