diff --git a/SwarselSystems.org b/SwarselSystems.org index 71667e7..84c56c6 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -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; diff --git a/modules/home/optional/work.nix b/modules/home/optional/work.nix index 0724c54..28c66b7 100644 --- a/modules/home/optional/work.nix +++ b/modules/home/optional/work.nix @@ -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;