swap and boot size tweaked
This commit is contained in:
parent
5d8908e4d6
commit
2bc4bcef05
@ -10,7 +10,7 @@
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
ESP = {
|
||||
size = "1G";
|
||||
size = "256M";
|
||||
type = "EF00";
|
||||
priority = 1;
|
||||
content = {
|
||||
@ -44,7 +44,7 @@
|
||||
lvs = lib.mkMerge [
|
||||
{
|
||||
swap = {
|
||||
size = "2GB";
|
||||
size = "1GB";
|
||||
content = {
|
||||
type = "swap";
|
||||
resumeDevice = true;
|
||||
|
Loading…
Reference in New Issue
Block a user