modules: added zram_swap

This commit is contained in:
Aly Raffauf 2024-03-16 19:26:20 -04:00
parent 7fa47aff95
commit c6319de93f

6
modules/zram_swap.nix Normal file
View file

@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
zramSwap.enable = true;
zramSwap.memoryPercent = 25;
}