nix/system/Zram.nix

4 lines
38 B
Nix
Raw Normal View History

2024-11-04 04:37:29 +03:00
{ ... }: {
zramSwap.enable = true;
}