Files
nixos/modules/nix-config/hardware.nix
2026-02-19 08:58:37 +01:00

5 lines
57 B
Nix

{ enableZram, ... }:
{
zramSwap.enable = enableZram;
}