ram/module.nix: enable zramswap

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit af81a943ca

View file

@ -0,0 +1,6 @@
_: {
zramSwap = {
enable = true;
algorithm = "zstd";
};
}