Skip to content

Commit

Permalink
feat(aws): add session manager plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz committed Jan 6, 2025
1 parent 6f9b5ac commit 16b88ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/modules/tools/aws.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
awscli2
ssm-session-manager-plugin
];
};
}

0 comments on commit 16b88ba

Please sign in to comment.