Infini-STICK: force btrfs compression
This commit is contained in:
parent
a50953885e
commit
d8440130b1
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=zstd:7" ];
|
commonOptions = [ "autodefrag" "noatime" "compress-force=zstd:7" ];
|
||||||
|
|
||||||
mkMain' = options: {
|
mkMain' = options: {
|
||||||
device = main;
|
device = main;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue