mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-22 00:05:58 -05:00
hw/gaming: use lz4 for zram swap
This commit is contained in:
parent
65750b6f86
commit
be30e0c498
|
@ -39,4 +39,6 @@
|
|||
## HDD
|
||||
ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/rotational}=="1", ATTR{queue/scheduler}="bfq"
|
||||
'';
|
||||
|
||||
zramSwap.algorithm = "lz4";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue