/boot/efi
by uuid for thinkpad
This commit is contained in:
parent
5ef59a1299
commit
b89e750e4b
1 changed files with 8 additions and 3 deletions
|
@ -53,11 +53,16 @@
|
|||
};
|
||||
|
||||
fileSystems."/boot/efi" = {
|
||||
device = "/boot/efis/nvme-INTEL_SSDPEKKF010T8L_PHHP938405741P0D-part1";
|
||||
fsType = "none";
|
||||
options = ["bind"];
|
||||
device = "/dev/disk/by-uuid/5C39-390F";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
# fileSystems."/boot/efi" = {
|
||||
# device = "/boot/efis/nvme-INTEL_SSDPEKKF010T8L_PHHP938405741P0D-part1";
|
||||
# fsType = "none";
|
||||
# options = ["bind"];
|
||||
# };
|
||||
|
||||
swapDevices = [
|
||||
{device = "/dev/disk/by-label/swap";}
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue