disko esp size fix

This commit is contained in:
2025-12-03 18:15:36 -05:00
parent 1f374d9581
commit db11b402d1

View File

@@ -29,7 +29,7 @@ let
ESP = { ESP = {
name = "ESP"; name = "ESP";
label = "BOOT"; label = "BOOT";
size = "1024MiB"; size = "1G";
type = "EF00"; type = "EF00";
content = { content = {
type = "filesystem"; type = "filesystem";
@@ -42,7 +42,7 @@ let
swap = { swap = {
name = "swap"; name = "swap";
label = "swap"; label = "swap";
size = "34GiB"; size = "34G";
content = { content = {
type = "swap"; type = "swap";
}; };