diff options
author | Griffin Smith <root@gws.fyi> | 2023-05-05T21·26-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-05-05T21·30+0000 |
commit | f1604c99e51d1c3069303a6a5dcdddc694c4a20a (patch) | |
tree | e7cb2da30be7c07d23dfc0d2b08e5c1c3eee9519 /users | |
parent | 196a31df898c615c64128a6c30f71a52b2a8e62c (diff) |
feat(grfn/home): Install AWS ssm session manager plugin r/6124
Change-Id: I3d6aa178243474fa87a8f32433bb1ae4e54a4a0d Reviewed-on: https://cl.tvl.fyi/c/depot/+/8549 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi>
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/system/home/modules/development/readyset.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/system/home/modules/development/readyset.nix b/users/grfn/system/home/modules/development/readyset.nix index 048d7ad5d42a..9acc338e423a 100644 --- a/users/grfn/system/home/modules/development/readyset.nix +++ b/users/grfn/system/home/modules/development/readyset.nix @@ -12,6 +12,7 @@ rain awscli2 + ssm-session-manager-plugin amazon-ecr-credential-helper postgresql_14 ]; |