nixos/modules/common/zram.nix
2023-12-24 11:01:25 -05:00

6 lines
68 B
Nix

{
zramSwap = {
enable = true;
memoryPercent = 100;
};
}