nixcfg/modules/zram_swap.nix

7 lines
85 B
Nix
Raw Normal View History

2024-03-16 19:26:20 -04:00
{ config, pkgs, ... }:
{
2024-03-24 19:44:09 -04:00
zramSwap.enable = true;
zramSwap.memoryPercent = 25;
2024-03-16 19:26:20 -04:00
}