nix-config/modules/zram.nix

7 lines
68 B
Nix

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