nichts/modules/system/hardware/ram/module.nix

6 lines
70 B
Nix

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