ram/module.nix: enable zramswap
This commit is contained in:
parent
57f0154346
commit
af81a943ca
1 changed files with 6 additions and 0 deletions
6
modules/system/hardware/ram/module.nix
Normal file
6
modules/system/hardware/ram/module.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
_: {
|
||||||
|
zramSwap = {
|
||||||
|
enable = true;
|
||||||
|
algorithm = "zstd";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue