disko: add autodefrag mount optiton

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-05-11 14:38:39 +03:00
parent 4e2702dfd1
commit d6db686273
3 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,7 @@
"@storage" = {
mountpoint = "/storage";
mountOptions = [
"autodefrag"
"compress=zstd"
"noatime"
];