fix: reformat efi partition and give label

This commit is contained in:
matt1432 2023-10-03 22:45:31 -04:00
parent 4ab6a4d527
commit 925499b9c5

View file

@ -19,7 +19,7 @@
boot.initrd.luks.devices."root".device = "/dev/disk/by-uuid/ab82b477-2477-453f-b95f-28e5553ad10d";
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/F6E1-006D";
device = "/dev/disk/by-label/NIXBOOT";
fsType = "vfat";
};