make attic work
This commit is contained in:
parent
5765243596
commit
ec219285e9
3 changed files with 4 additions and 5 deletions
|
@ -98,4 +98,3 @@ creation_rules:
|
||||||
- age:
|
- age:
|
||||||
- *chunk
|
- *chunk
|
||||||
- *cy
|
- *cy
|
||||||
- *yt
|
|
||||||
|
|
|
@ -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
Loading…
Add table
Reference in a new issue