mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-20 05:54:13 -05:00
add hardcoded region
This commit is contained in:
parent
de40c11a80
commit
57312c6ba5
1 changed files with 1 additions and 2 deletions
|
|
@ -8,7 +8,6 @@ lib.mkIf config.user.overseer.enable {
|
|||
secrets."attic/server_token" = {};
|
||||
secrets."aws/access_key" = {};
|
||||
secrets."aws/secret_key" = {};
|
||||
secrets."aws/region" = {};
|
||||
templates."attic-env".content = ''
|
||||
ATTIC_SERVER_TOKEN_RS256_SECRET_BASE64=${config.sops.placeholder."attic/server_token"}
|
||||
AWS_ACCESS_KEY_ID=${config.sops.placeholder."aws/access_key"}
|
||||
|
|
@ -30,7 +29,7 @@ lib.mkIf config.user.overseer.enable {
|
|||
};
|
||||
storage = {
|
||||
type = "s3";
|
||||
region = builtins.readFile config.sops.secrets."aws/region".path;
|
||||
region = "us-east-1";
|
||||
bucket = "wce-20250209044958802100000001";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue