increased ESP size of laptops

This commit is contained in:
Gerg-L 2023-03-08 19:32:53 -05:00
parent 1d24af47c1
commit 8f75d166da
2 changed files with 6 additions and 6 deletions

View file

@ -10,8 +10,8 @@ _: {
{
type = "partition";
name = "ESP";
start = "1049KB";
end = "525MB";
start = "1MiB";
end = "1GiB";
bootable = true;
content = {
type = "filesystem";
@ -22,7 +22,7 @@ _: {
{
name = "root";
type = "partition";
start = "525MB";
start = "1GiB";
end = "100%";
part-type = "primary";
bootable = true;