8 lines
139 B
Nix
8 lines
139 B
Nix
{...}: {
|
|
zramSwap = {
|
|
enable = true;
|
|
algorithm = "zstd";
|
|
priority = 100;
|
|
memoryPercent = 100;
|
|
};
|
|
}
|