mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
5 lines
57 B
Nix
5 lines
57 B
Nix
{ enableZram, ... }:
|
|
{
|
|
zramSwap.enable = enableZram;
|
|
}
|