mirror of
https://github.com/Superredstone/nixos.git
synced 2026-08-19 11:48:57 +02:00
5 lines
57 B
Nix
5 lines
57 B
Nix
{ enableZram, ... }:
|
|
{
|
|
zramSwap.enable = enableZram;
|
|
}
|