vanadium/disko: try compressing /home

This commit is contained in:
Primrose 2025-11-15 22:49:59 +08:00
parent 77dc32f91c
commit 34619bec86
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -75,7 +75,10 @@
};
"/home" = {
mountOptions = [ "noatime" ];
mountOptions = [
"compress=zstd"
"noatime"
];
mountpoint = "/home";
};