System/Nixinator: Enable 16G swap
This commit is contained in:
@ -124,6 +124,13 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
swapDevices = [
|
||||||
|
{
|
||||||
|
device = "/var/swap";
|
||||||
|
size = 1024 * 16; # Without hibernation 4.0 GB to 0.5 x RAM
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
# Use all redistributable firmware (i.e. nonfree)
|
# Use all redistributable firmware (i.e. nonfree)
|
||||||
enableAllFirmware = true;
|
enableAllFirmware = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user