Mount ESP to /boot/efi

This commit is contained in:
Manuel Thalmann 2023-12-01 16:00:19 +01:00
parent c757e28761
commit 64fa5c60c0

View file

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