1

System/Servenix: Enable swap

This commit is contained in:
2025-07-11 21:00:30 +02:00
parent be89202a97
commit d70496fa53

View File

@ -58,7 +58,12 @@
};
};
swapDevices = [];
swapDevices = [
{
device = "/var/swap";
size = 1024 * 16; # Without hibernation 4.0 GB to 0.5 x RAM
}
];
hardware = {
enableAllFirmware = true;