diff options
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/atlas/attic.nix | 8 |
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"; }; }; } |
