Put bootloader on SSD
The mainboard cannot boot directly from the NVME SSD, so the bootloader is installed to the regular SSD and mounts the NVME partitions from there.
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/3D7B-15B2";
|
||||
{ device = "/dev/disk/by-uuid/6456-8B97";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user