Machines/everest: change boot partition location

This commit is contained in:
Toast 2025-01-23 19:28:32 +01:00
parent 573fbdd240
commit 5847ecfe1b

View file

@ -51,7 +51,7 @@
};
fileSystems."/boot/efi" = {
device = "/dev/disk/by-label/Boot";
device = "/dev/disk/by-uuid/FB87-4CBC";
fsType = "vfat";
};