/boot/efi by uuid for thinkpad

This commit is contained in:
Andrea Ciceri 2023-02-03 09:27:10 +01:00
parent 5ef59a1299
commit b89e750e4b
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654

View file

@ -53,11 +53,16 @@
}; };
fileSystems."/boot/efi" = { fileSystems."/boot/efi" = {
device = "/boot/efis/nvme-INTEL_SSDPEKKF010T8L_PHHP938405741P0D-part1"; device = "/dev/disk/by-uuid/5C39-390F";
fsType = "none"; fsType = "vfat";
options = ["bind"];
}; };
# fileSystems."/boot/efi" = {
# device = "/boot/efis/nvme-INTEL_SSDPEKKF010T8L_PHHP938405741P0D-part1";
# fsType = "none";
# options = ["bind"];
# };
swapDevices = [ swapDevices = [
{device = "/dev/disk/by-label/swap";} {device = "/dev/disk/by-label/swap";}
]; ];