feat(skadi): setup a swap file.

This commit is contained in:
CronyAkatsuki 2025-10-09 20:46:55 +02:00
parent 2cf2f64a0c
commit b1048676c4

View file

@ -24,5 +24,13 @@
enable = true; enable = true;
memoryPercent = 60; memoryPercent = 60;
}; };
# Setup swapfile
swapDevices = [
{
device = "/var/lib/swapfile";
size = 32 * 1024;
}
];
}; };
} }