mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-31 17:37:25 +02:00
hostconfig/ZeNixComputa: Force amdgpu to be loaded in initrd
This commit is contained in:
parent
67f57f8e7a
commit
b05b1c1785
1 changed files with 2 additions and 1 deletions
|
|
@ -3,10 +3,11 @@
|
|||
boot.initrd = {
|
||||
enable = true;
|
||||
availableKernelModules = [
|
||||
"amdgpu"
|
||||
"r8169"
|
||||
];
|
||||
|
||||
kernelModules = [ "amdgpu" ];
|
||||
|
||||
# secrets = {
|
||||
# "/etc/secrets/initrd/keyfile" = "/etc/secrets/initrd/keyfile";
|
||||
# };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue