1

Compare commits

...

2 Commits

Author SHA1 Message Date
0cc5dcef92 System/Thinknix: Enable swap 2025-07-11 21:00:37 +02:00
2aaef0f426 System/Servenix: Enable swap 2025-07-11 21:00:30 +02:00
2 changed files with 12 additions and 2 deletions

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 = { hardware = {
enableAllFirmware = true; enableAllFirmware = true;

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 = { hardware = {
enableAllFirmware = true; enableAllFirmware = true;