machines/sirius: fix disko config
This commit is contained in:
@@ -48,7 +48,7 @@ in
|
|||||||
format = "f2fs";
|
format = "f2fs";
|
||||||
mountpoint = "/";
|
mountpoint = "/";
|
||||||
extraArgs = [
|
extraArgs = [
|
||||||
"-0"
|
"-O"
|
||||||
"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" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user