nixcfg/modules/zram_swap.nix
2024-03-24 19:44:09 -04:00

7 lines
85 B
Nix

{ config, pkgs, ... }:
{
zramSwap.enable = true;
zramSwap.memoryPercent = 25;
}