rustboro: use lz4 for zram, limit to 50%

This commit is contained in:
Aly Raffauf 2024-12-03 09:32:29 -05:00
parent f8ce706bdc
commit 7eb7f6a97f

View file

@ -38,7 +38,11 @@
environment.variables.GDK_SCALE = "1.25"; environment.variables.GDK_SCALE = "1.25";
networking.hostName = "rustboro"; networking.hostName = "rustboro";
system.stateVersion = "24.05"; system.stateVersion = "24.05";
zramSwap.memoryPercent = 100;
zramSwap = {
algorithm = "lz4";
memoryPercent = 50;
};
ar = { ar = {
apps.firefox.enable = true; apps.firefox.enable = true;