make attic work

This commit is contained in:
cy 2025-01-05 06:02:14 -05:00
parent 5765243596
commit ec219285e9
3 changed files with 4 additions and 5 deletions

View file

@ -98,4 +98,3 @@ creation_rules:
- age: - age:
- *chunk - *chunk
- *cy - *cy
- *yt

View file

@ -19,7 +19,7 @@
bucket = "cy7"; bucket = "cy7";
endpoint = "https://e3e97aac307d106a7becea43cef8fcbd.r2.cloudflarestorage.com"; endpoint = "https://e3e97aac307d106a7becea43cef8fcbd.r2.cloudflarestorage.com";
}; };
database.url = "postgresql://localhost/atticd"; database.url = "postgresql:///atticd?host=/run/postgresql";
chunking = { chunking = {
nar-size-threshold = 64 * 1024; # 64 KiB nar-size-threshold = 64 * 1024; # 64 KiB

File diff suppressed because one or more lines are too long