chore[work]: disable awscli config

This commit is contained in:
Leon Schwarzäugl 2025-10-21 13:17:23 +02:00
parent 9ce9a7ec6a
commit deaa3d5889
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 20 additions and 20 deletions

View file

@ -15332,16 +15332,16 @@ The rest of the settings is at [[#h:bbf2ecb6-c8ff-4462-b5d5-d45b28604ddf][work]]
awscli = {
enable = true;
package = pkgs.stable24_05.awscli2;
settings = {
"default" = { };
"profile s3-imagebuilder-prod" = { };
};
credentials = {
"s3-imagebuilder-prod" = {
aws_access_key_id = "5OYXY4879EJG9I91K1B6";
credential_process = "${pkgs.pass}/bin/pass show work/awscli/s3-imagebuilder-prod/secret-key";
};
};
# settings = {
# "default" = { };
# "profile s3-imagebuilder-prod" = { };
# };
# credentials = {
# "s3-imagebuilder-prod" = {
# aws_access_key_id = "5OYXY4879EJG9I91K1B6";
# credential_process = "${pkgs.pass}/bin/pass show work/awscli/s3-imagebuilder-prod/secret-key";
# };
# };
};
git.userEmail = lib.mkForce gitMail;