mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +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 = {
|
awscli = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.stable24_05.awscli2;
|
package = pkgs.stable24_05.awscli2;
|
||||||
settings = {
|
# settings = {
|
||||||
"default" = { };
|
# "default" = { };
|
||||||
"profile s3-imagebuilder-prod" = { };
|
# "profile s3-imagebuilder-prod" = { };
|
||||||
};
|
# };
|
||||||
credentials = {
|
# credentials = {
|
||||||
"s3-imagebuilder-prod" = {
|
# "s3-imagebuilder-prod" = {
|
||||||
aws_access_key_id = "5OYXY4879EJG9I91K1B6";
|
# aws_access_key_id = "5OYXY4879EJG9I91K1B6";
|
||||||
credential_process = "${pkgs.pass}/bin/pass show work/awscli/s3-imagebuilder-prod/secret-key";
|
# credential_process = "${pkgs.pass}/bin/pass show work/awscli/s3-imagebuilder-prod/secret-key";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
git.userEmail = lib.mkForce gitMail;
|
git.userEmail = lib.mkForce gitMail;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -126,16 +126,16 @@ in
|
||||||
awscli = {
|
awscli = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.stable24_05.awscli2;
|
package = pkgs.stable24_05.awscli2;
|
||||||
settings = {
|
# settings = {
|
||||||
"default" = { };
|
# "default" = { };
|
||||||
"profile s3-imagebuilder-prod" = { };
|
# "profile s3-imagebuilder-prod" = { };
|
||||||
};
|
# };
|
||||||
credentials = {
|
# credentials = {
|
||||||
"s3-imagebuilder-prod" = {
|
# "s3-imagebuilder-prod" = {
|
||||||
aws_access_key_id = "5OYXY4879EJG9I91K1B6";
|
# aws_access_key_id = "5OYXY4879EJG9I91K1B6";
|
||||||
credential_process = "${pkgs.pass}/bin/pass show work/awscli/s3-imagebuilder-prod/secret-key";
|
# credential_process = "${pkgs.pass}/bin/pass show work/awscli/s3-imagebuilder-prod/secret-key";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
git.userEmail = lib.mkForce gitMail;
|
git.userEmail = lib.mkForce gitMail;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue