Test
This commit is contained in:
parent
11b4a25556
commit
447b243a95
1 changed files with 9 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue