9 lines
109 B
Nix
9 lines
109 B
Nix
{
|
|
zramSwap = {
|
|
enable = true;
|
|
algorithm = "zstd";
|
|
memoryPercent = 25;
|
|
priority = 5;
|
|
};
|
|
}
|