Set efi system partition

This commit is contained in:
Leonardo Eugênio 2022-12-21 23:19:36 -03:00
parent 42456998b6
commit b55f21ebe8
5 changed files with 4 additions and 2 deletions

View file

@ -42,6 +42,7 @@ in {
device = "/dev/disk/by-label/CRYPT_DATA";
};
};
boot.loader.efi.efiSysMountPoint = "/boot/efi";
fileSystems."/boot/efi" = {
device = "/dev/disk/by-label/NIXBOOT";
fsType = "vfat";