nichts/modules/system/hardware/ram.mod.nix
2025-07-16 22:15:41 +02:00

6 lines
70 B
Nix

_: {
zramSwap = {
enable = true;
algorithm = "zstd";
};
}