/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" = {
|
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";}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue