Disable attic compression
This commit is contained in:
parent
47f54d5d6f
commit
891c8a1f8d
1 changed files with 1 additions and 4 deletions
|
@ -16,10 +16,7 @@
|
||||||
path = "/mnt/hd/atticd";
|
path = "/mnt/hd/atticd";
|
||||||
};
|
};
|
||||||
|
|
||||||
compression = {
|
compression.type = "none";
|
||||||
level = 8;
|
|
||||||
type = "zstd";
|
|
||||||
};
|
|
||||||
|
|
||||||
chunking = {
|
chunking = {
|
||||||
nar-size-threshold = 64 * 1024; # 64 KiB
|
nar-size-threshold = 64 * 1024; # 64 KiB
|
||||||
|
|
Loading…
Add table
Reference in a new issue