mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
increased ESP size of laptops
This commit is contained in:
parent
1d24af47c1
commit
8f75d166da
2 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue