diff --git a/systems/game-laptop/disko.nix b/systems/game-laptop/disko.nix index 68ef73e..802a109 100644 --- a/systems/game-laptop/disko.nix +++ b/systems/game-laptop/disko.nix @@ -10,8 +10,8 @@ _: { { type = "partition"; name = "ESP"; - start = "1049KB"; - end = "538MB"; + start = "1MiB"; + end = "1GiB"; bootable = true; content = { type = "filesystem"; @@ -22,7 +22,7 @@ _: { { name = "root"; type = "partition"; - start = "538MB"; + start = "1GiB"; end = "100%"; part-type = "primary"; bootable = true; diff --git a/systems/moms-laptop/disko.nix b/systems/moms-laptop/disko.nix index 6888d14..2c129ff 100644 --- a/systems/moms-laptop/disko.nix +++ b/systems/moms-laptop/disko.nix @@ -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;