fix(fighter): make swap double of RAM for hybernation

This commit is contained in:
Guz
2026-04-16 14:12:07 -03:00
parent 50638e0ed4
commit b547141b7b

View File

@@ -57,7 +57,7 @@
};
"/swap" = {
mountpoint = "/swap";
swap.swapfile.size = "6G";
swap.swapfile.size = "16G";
};
};
};