Mount ESP to /boot/efi
This commit is contained in:
parent
c757e28761
commit
64fa5c60c0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
fileSystems."/boot/efi" = {
|
||||
device = "/dev/disk/by-label/Boot";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue