Infini-STICK: reduce compression amount from 7 to 4
This commit is contained in:
parent
56761a06db
commit
9268453422
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
let
|
let
|
||||||
uuid = uuid: "/dev/disk/by-uuid/${uuid}";
|
uuid = uuid: "/dev/disk/by-uuid/${uuid}";
|
||||||
main = uuid "ae3f3d98-1d87-47b4-a4ed-d69a896eee69";
|
main = uuid "ae3f3d98-1d87-47b4-a4ed-d69a896eee69";
|
||||||
commonOptions = [ "autodefrag" "noatime" "compress-force=zstd:7" ];
|
commonOptions = [ "autodefrag" "noatime" "compress-force=zstd:4" ];
|
||||||
|
|
||||||
mkMain' = options: {
|
mkMain' = options: {
|
||||||
device = main;
|
device = main;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue