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";
|
type = "partition";
|
||||||
name = "ESP";
|
name = "ESP";
|
||||||
start = "1049KB";
|
start = "1MiB";
|
||||||
end = "538MB";
|
end = "1GiB";
|
||||||
bootable = true;
|
bootable = true;
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
|
|
@ -22,7 +22,7 @@ _: {
|
||||||
{
|
{
|
||||||
name = "root";
|
name = "root";
|
||||||
type = "partition";
|
type = "partition";
|
||||||
start = "538MB";
|
start = "1GiB";
|
||||||
end = "100%";
|
end = "100%";
|
||||||
part-type = "primary";
|
part-type = "primary";
|
||||||
bootable = true;
|
bootable = true;
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@ _: {
|
||||||
{
|
{
|
||||||
type = "partition";
|
type = "partition";
|
||||||
name = "ESP";
|
name = "ESP";
|
||||||
start = "1049KB";
|
start = "1MiB";
|
||||||
end = "525MB";
|
end = "1GiB";
|
||||||
bootable = true;
|
bootable = true;
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
|
|
@ -22,7 +22,7 @@ _: {
|
||||||
{
|
{
|
||||||
name = "root";
|
name = "root";
|
||||||
type = "partition";
|
type = "partition";
|
||||||
start = "525MB";
|
start = "1GiB";
|
||||||
end = "100%";
|
end = "100%";
|
||||||
part-type = "primary";
|
part-type = "primary";
|
||||||
bootable = true;
|
bootable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue