mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
chore[work]: disable awscli config
This commit is contained in:
parent
9ce9a7ec6a
commit
deaa3d5889
2 changed files with 20 additions and 20 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -126,16 +126,16 @@ in
|
|||
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue