diff options
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | modules/shared/nix.nix | 2 | ||||
| -rw-r--r-- | systems/atlas/attic.nix | 8 |
3 files changed, 5 insertions, 7 deletions
@@ -3,7 +3,7 @@ nixConfig = { extra-substituters = ["https://cache.mydadleft.me/getchoo"]; - extra-trusted-public-keys = ["getchoo:rH35+W+4SV7UV9RTr69LwkH7b24Djui2ZQIQvPxzJCg="]; + extra-trusted-public-keys = ["getchoo:6DIF4zCJcRCrTpx8lrnoapenxoMmcfpU8/cdayOtxE4="]; }; inputs = { diff --git a/modules/shared/nix.nix b/modules/shared/nix.nix index 040cdc3..bb9cf1c 100644 --- a/modules/shared/nix.nix +++ b/modules/shared/nix.nix @@ -21,7 +21,7 @@ experimental-features = lib.mkDefault ["nix-command" "flakes" "auto-allocate-uids" "repl-flake"]; trusted-substituters = lib.mkDefault ["https://cache.mydadleft.me/getchoo"]; - trusted-public-keys = lib.mkDefault ["getchoo:rH35+W+4SV7UV9RTr69LwkH7b24Djui2ZQIQvPxzJCg="]; + trusted-public-keys = lib.mkDefault ["getchoo:6DIF4zCJcRCrTpx8lrnoapenxoMmcfpU8/cdayOtxE4="]; nix-path = config.nix.nixPath; }; 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"; }; }; } |
