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