Change memory management slightly, enable zram by default

This commit is contained in:
Vili Sinervä 2024-08-27 18:35:04 +03:00
parent 8f4db7e580
commit 6b673ac3b1
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
5 changed files with 10 additions and 27 deletions

View file

@ -100,7 +100,7 @@ in
max-jobs = 2;
};
swapDevices = [
swapDevices = pkgs.lib.mkForce [
{
device = "/var/lib/swapfile";
size = 8 * 1024;