nix-config/modules/zram.nix
2025-11-22 16:23:37 +00:00

7 lines
114 B
Nix

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