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";
|
||||
};
|
||||
|
||||
compression = {
|
||||
level = 8;
|
||||
type = "zstd";
|
||||
};
|
||||
compression.type = "none";
|
||||
|
||||
chunking = {
|
||||
nar-size-threshold = 64 * 1024; # 64 KiB
|
||||
|
|
Loading…
Add table
Reference in a new issue