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