9 lines
111 B
Nix
9 lines
111 B
Nix
{
|
|
zramSwap = {
|
|
enable = true;
|
|
priority = 100;
|
|
algorithm = "zstd";
|
|
memoryPercent = 75;
|
|
};
|
|
}
|