compress btrfs on foureighty
This commit is contained in:
parent
d6a58e53a2
commit
3eb18850e2
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
||||||
../../mercurial
|
../../mercurial
|
||||||
];
|
];
|
||||||
|
|
||||||
|
fileSystems."/" = {
|
||||||
|
options = [ "compress=zstd" ];
|
||||||
|
};
|
||||||
|
|
||||||
zramSwap = {
|
zramSwap = {
|
||||||
enable = true;
|
enable = true;
|
||||||
algorithm = "zstd";
|
algorithm = "zstd";
|
||||||
|
|
Loading…
Reference in a new issue