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

@ -20,11 +20,4 @@
efi.canTouchEfiVariables = true;
};
};
swapDevices = [
{
device = "/var/lib/swapfile";
size = 16 * 1024;
}
];
}