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

7 lines
70 B
Nix
Raw Permalink Normal View History

2025-04-09 15:31:18 +02:00
_: {
zramSwap = {
enable = true;
algorithm = "zstd";
};
}