Change attic directory
This commit is contained in:
parent
891c8a1f8d
commit
0a403bb9e2
1 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
listen = "0.0.0.0:8081";
|
listen = "0.0.0.0:8081";
|
||||||
allowed-hosts = [ ]; # Allow all hosts
|
allowed-hosts = [ ]; # Allow all hosts
|
||||||
# api-endpoint = "https://cache.staging.mlabs.city/";
|
# api-endpoint = "https://cache.aciceri.dev";
|
||||||
soft-delete-caches = false;
|
soft-delete-caches = false;
|
||||||
require-proof-of-possession = true;
|
require-proof-of-possession = true;
|
||||||
|
|
||||||
|
@ -13,11 +13,13 @@
|
||||||
|
|
||||||
storage = {
|
storage = {
|
||||||
type = "local";
|
type = "local";
|
||||||
path = "/mnt/hd/atticd";
|
path = "/mnt/hd/attic";
|
||||||
};
|
};
|
||||||
|
|
||||||
compression.type = "none";
|
compression.type = "none";
|
||||||
|
|
||||||
|
garbage-collection.interval = "0 hours"; # disable garbage collection
|
||||||
|
|
||||||
chunking = {
|
chunking = {
|
||||||
nar-size-threshold = 64 * 1024; # 64 KiB
|
nar-size-threshold = 64 * 1024; # 64 KiB
|
||||||
min-size = 16 * 1024; # 16 KiB
|
min-size = 16 * 1024; # 16 KiB
|
||||||
|
|
Loading…
Add table
Reference in a new issue