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