mlaga97-nixos/tweaks/zram.nix

8 lines
101 B
Nix

{ ... }: {
zramSwap = {
enable = true;
algorithm = "zstd";
memoryPercent = 200;
};
}