add swapfile

This commit is contained in:
Charlie Root 2024-09-20 16:13:26 +02:00
commit 5d724a4758

View file

@ -36,7 +36,10 @@
}; };
}; };
swapDevices = [ swapDevices = [
{device = "";} {
device = "/swap/swapfile";
size = (1024 * 16) + (1024 * 2);
}
]; ];
}; };
} }