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:
Valentin Brandl 2020-11-28 15:53:15 +01:00
parent 740ea9631b
commit 1a3edb1310

View File

@ -19,7 +19,7 @@
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/3D7B-15B2";
{ device = "/dev/disk/by-uuid/6456-8B97";
fsType = "vfat";
};