mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-27 05:01:21 +02:00
zram: Increase memory percent to 100%
See https://github.com/NixOS/nixpkgs/issues/103106
This commit is contained in:
parent
d5c7fe6083
commit
1d448a5289
@ -1,3 +1,6 @@
|
|||||||
{
|
{
|
||||||
zramSwap.enable = true;
|
zramSwap = {
|
||||||
|
enable = true;
|
||||||
|
memoryPercent = 100;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user