This commit is contained in:
iFargle 2023-10-06 11:38:29 +09:00
parent 11b4a25556
commit 447b243a95

View file

@ -16,6 +16,15 @@
size = "1M";
type = "EF02";
}; # partitions.boot
ESP = {
size = "500M";
type = "EF00";
content = {
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
};
}; # ESP
luks = {
size = "100%";
content = {