From deaa3d58898ed689453762ae15a01b401cb3e0c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Schwarz=C3=A4ugl?= Date: Tue, 21 Oct 2025 13:17:23 +0200 Subject: [PATCH] chore[work]: disable awscli config --- SwarselSystems.org | 20 ++++++++++---------- modules/home/optional/work.nix | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) 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;