Change attic directory

This commit is contained in:
Andrea Ciceri 2024-12-17 11:37:49 +01:00
parent 891c8a1f8d
commit 0a403bb9e2
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -5,7 +5,7 @@
settings = {
listen = "0.0.0.0:8081";
allowed-hosts = [ ]; # Allow all hosts
# api-endpoint = "https://cache.staging.mlabs.city/";
# api-endpoint = "https://cache.aciceri.dev";
soft-delete-caches = false;
require-proof-of-possession = true;
@ -13,11 +13,13 @@
storage = {
type = "local";
path = "/mnt/hd/atticd";
path = "/mnt/hd/attic";
};
compression.type = "none";
garbage-collection.interval = "0 hours"; # disable garbage collection
chunking = {
nar-size-threshold = 64 * 1024; # 64 KiB
min-size = 16 * 1024; # 16 KiB