swap and boot size tweaked

This commit is contained in:
Birk Bohne 2025-08-10 22:32:31 +02:00
parent 5d8908e4d6
commit 2bc4bcef05
No known key found for this signature in database

View File

@ -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;