WIP: Switch to NixOS #5
1 changed files with 1 additions and 7 deletions
|
@ -7,11 +7,5 @@
|
|||
];
|
||||
|
||||
networking.hostName = "Mirkwood";
|
||||
|
||||
boot = {
|
||||
initrd = {
|
||||
luks.devices."luks-cf2ca44e-d8d1-4ec8-a072-921f29ed693d".device = "/dev/disk/by-uuid/cf2ca44e-d8d1-4ec8-a072-921f29ed693d";
|
||||
kernelModules = [ "amdgpu" ];
|
||||
};
|
||||
};
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue