fix boot partition (#80)

This commit is contained in:
Alice Huston 2024-02-06 18:06:56 -05:00 committed by GitHub
parent 52c421a45f
commit 5d8ad216a4

View File

@ -31,7 +31,7 @@
fsType = "ext4"; fsType = "ext4";
}; };
"boot" = { "/boot" = {
device = "/dev/disk/by-uuid/4CBA-2451"; device = "/dev/disk/by-uuid/4CBA-2451";
fsType = "vfat"; fsType = "vfat";
}; };