summaryrefslogtreecommitdiff
path: root/systems/atlas/attic.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-11 09:05:22 -0500
committerseth <[email protected]>2023-12-11 09:27:00 -0500
commit2cc090871c1d6c989c72c45f0f8192ecc7d58129 (patch)
treeef984f5ee940bdb01d5492ccf76b253c0aca8707 /systems/atlas/attic.nix
parenta9dbe4ae34d26fc31667a92adba83c18fcf2cb9f (diff)
atlas: actually use b2 for attic
Diffstat (limited to 'systems/atlas/attic.nix')
-rw-r--r--systems/atlas/attic.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/systems/atlas/attic.nix b/systems/atlas/attic.nix
index fe4e67c..d7d65c4 100644
--- a/systems/atlas/attic.nix
+++ b/systems/atlas/attic.nix
@@ -24,14 +24,12 @@
max-size = 256 * kb;
};
- database = {
+ storage = {
type = "s3";
- region = "us-west-004";
+ region = "us-west-4";
bucket = "getchoo-attic";
- endpoint = "s3.us-west-004.backblazeb2.com";
+ endpoint = "https://s3.us-west-004.backblazeb2.com";
};
-
- garbage-collection.interval = "12 hours";
};
};
}