expand swapfile size; update flake

This commit is contained in:
EdenQwQ 2025-03-15 17:21:57 +08:00
parent c8542c6058
commit 5848f2e045
2 changed files with 52 additions and 52 deletions

View file

@ -45,7 +45,7 @@
swapDevices = [
{
device = "/var/lib/swapfile";
size = 5 * 1024;
size = 10 * 1024;
}
];