machines/sirius: fixed config

This commit is contained in:
2026-02-13 11:05:14 +07:00
parent 052e391429
commit eadcd0a996

View File

@@ -51,7 +51,7 @@ in
"-0" "-0"
"extra_attr,inode_checksum,sb_checksum,compression" "extra_attr,inode_checksum,sb_checksum,compression"
]; ];
mountOptions = "compress_algorithm=zstd:6,compress_chksum,atgc,gc_merge,lazytime,nodiscard"; mountOptions = [ "compress_algorithm=zstd:6,compress_chksum,atgc,gc_merge,lazytime,nodiscard" ];
}; };
}; };
}; };