increase btrfs compression
This commit is contained in:
parent
26c5c1649c
commit
db48df7ae9
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
||||||
device = "/dev/disk/by-uuid/b64dfc95-05c7-40bb-879b-9820c84779dc";
|
device = "/dev/disk/by-uuid/b64dfc95-05c7-40bb-879b-9820c84779dc";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [
|
options = [
|
||||||
"compress=zstd"
|
"compress=zstd:7"
|
||||||
"noatime"
|
"noatime"
|
||||||
"subvol=nix"
|
"subvol=nix"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue