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
|
||||
];
|
||||
|
||||
fileSystems."/" = {
|
||||
options = [ "compress=zstd" ];
|
||||
};
|
||||
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
algorithm = "zstd";
|
||||
|
|
Loading…
Reference in a new issue