7 lines
114 B
Nix
7 lines
114 B
Nix
{
|
|
flake.modules.nixos.pc.zramSwap = {
|
|
enable = true;
|
|
algorithm = "zstd";
|
|
memoryPercent = 90;
|
|
};
|
|
}
|