compress btrfs on foureighty

This commit is contained in:
Cyryl Płotnicki 2021-06-26 21:30:07 +01:00
parent d6a58e53a2
commit 3eb18850e2

View file

@ -19,6 +19,10 @@
../../mercurial
];
fileSystems."/" = {
options = [ "compress=zstd" ];
};
zramSwap = {
enable = true;
algorithm = "zstd";