nix-config/modules2/zram.nix

7 lines
114 B
Nix

{
flake.modules.nixos.pc.zramSwap = {
enable = true;
algorithm = "zstd";
memoryPercent = 90;
};
}