diff options
| author | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-01-31 13:41:53 -0800 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-01-31 13:41:53 -0800 |
| commit | 40352175588e52463592ea08cd3ba1adff873f44 (patch) | |
| tree | 12d9960579e9aaaf6a1f549b0acb3304e5fffcbd /nix/users/fcuny/work.nix | |
| parent | include SAPI's configuration if it's present (diff) | |
| download | infra-40352175588e52463592ea08cd3ba1adff873f44.tar.gz | |
fix configuration for SAPI
Diffstat (limited to '')
| -rw-r--r-- | nix/users/fcuny/work.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nix/users/fcuny/work.nix b/nix/users/fcuny/work.nix index 996e4b9..f931d08 100644 --- a/nix/users/fcuny/work.nix +++ b/nix/users/fcuny/work.nix @@ -18,7 +18,8 @@ programs.fish = { shellAbbrs = { "ssh-sign-chi" = - "${pkgs.hashi}/bin/hashi -e chi1 sign --key=(op read 'op://employee/default rbx ssh key/public key'|psub) key"; + "${pkgs.hashi}/bin/hashi -e chi1 sign --output-path=/Users/fcuny/.ssh/cert-chi1 --key=(op read 'op://employee/default rbx ssh key/public key'|psub) key"; + "pssh" = "ssh -J chi1-jumpcontainer-es -o 'CertificateFile=~/.ssh/cert-chi1'"; }; }; } |
