nix-config/modules/zram.nix
2023-06-19 05:13:04 -04:00

5 lines
59 B
Nix

{
# Use zram for swap
zramSwap.enable = true; # Swap
}