Files
2026-05-03 02:21:30 -05:00

9 lines
78 B
Nix

{
swapDevices = [
{
device = "/swap-16";
size = 16 * 1024;
}
];
}