nixcfg/modules/zram_swap.nix
2024-03-16 19:26:20 -04:00

7 lines
89 B
Nix

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