WIP: Switch to NixOS #5
1 changed files with 6 additions and 1 deletions
|
@ -8,5 +8,10 @@
|
|||
|
||||
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