2025-03-01 22:41:11 +03:00

9 lines
111 B
Nix

{
zramSwap = {
enable = true;
algorithm = "lz4";
memoryPercent = 125;
priority = 999;
};
}