System/Thinknix: Enable swap
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user