From 1a3edb13106980ec21aab84cd999e4baf1dfcd9c Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 28 Nov 2020 15:53:15 +0100 Subject: [PATCH] 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. --- hardware/hardware-configuration-desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/hardware-configuration-desktop.nix b/hardware/hardware-configuration-desktop.nix index 1940fde..098c0ed 100644 --- a/hardware/hardware-configuration-desktop.nix +++ b/hardware/hardware-configuration-desktop.nix @@ -19,7 +19,7 @@ }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/3D7B-15B2"; + { device = "/dev/disk/by-uuid/6456-8B97"; fsType = "vfat"; };