mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-22 00:05:58 -05:00
hw/common: reduce zram memoryPercent to 25
This commit is contained in:
parent
be30e0c498
commit
81d26f6a93
|
@ -21,6 +21,6 @@
|
|||
|
||||
zramSwap = {
|
||||
enable = lib.mkDefault true;
|
||||
memoryPercent = lib.mkDefault 50;
|
||||
memoryPercent = lib.mkDefault 25;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue