Add early kms for Mirkwood
This commit is contained in:
parent
e609f8c68a
commit
67e5ee2d12
1 changed files with 6 additions and 1 deletions
|
@ -8,5 +8,10 @@
|
||||||
|
|
||||||
networking.hostName = "Mirkwood";
|
networking.hostName = "Mirkwood";
|
||||||
|
|
||||||
boot.initrd.luks.devices."luks-cf2ca44e-d8d1-4ec8-a072-921f29ed693d".device = "/dev/disk/by-uuid/cf2ca44e-d8d1-4ec8-a072-921f29ed693d";
|
boot = {
|
||||||
|
initrd = {
|
||||||
|
luks.devices."luks-cf2ca44e-d8d1-4ec8-a072-921f29ed693d".device = "/dev/disk/by-uuid/cf2ca44e-d8d1-4ec8-a072-921f29ed693d";
|
||||||
|
kernelModules = [ "amdgpu" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue