mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-22 00:05:58 -05:00
rustboro: use lz4 for zram, limit to 50%
This commit is contained in:
parent
f8ce706bdc
commit
7eb7f6a97f
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue