1

System/Thinknix: Enable swap

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

View File

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