nix-config/modules2/zram.nix

8 lines
114 B
Nix
Raw Normal View History

2025-07-25 20:46:25 +01:00
{
flake.modules.nixos.pc.zramSwap = {
enable = true;
algorithm = "zstd";
memoryPercent = 90;
};
}