I think the easiest thing for you to do now would be to create a swapfile:
{
swapDevices = [{
device = "/swapfile";
size = 16 * 1024; # 16GB
}];
}
Just switch configurations and it should be created automatically.
I think the easiest thing for you to do now would be to create a swapfile:
{
swapDevices = [{
device = "/swapfile";
size = 16 * 1024; # 16GB
}];
}
Just switch configurations and it should be created automatically.