diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-19 08:31:21 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-19 08:31:21 -0800 |
commit | 99f0d86fa688a9e49e028d44923d8287b59be7f3 (patch) | |
tree | 37a3fc80379249085e618329eb2c8b42221cfc11 /nix/users/fcuny | |
parent | cleanup ssh match blocks (diff) | |
download | world-99f0d86fa688a9e49e028d44923d8287b59be7f3.tar.gz |
sign using the key from 1password
Diffstat (limited to 'nix/users/fcuny')
-rw-r--r-- | nix/users/fcuny/work.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/users/fcuny/work.nix b/nix/users/fcuny/work.nix index 20c49c4..67d7bdb 100644 --- a/nix/users/fcuny/work.nix +++ b/nix/users/fcuny/work.nix @@ -17,7 +17,7 @@ programs.fish = { shellAbbrs = { "ssh-sign-chi" = - "${pkgs.hashi}/bin/hashi -e chi1 sign --key=/Users/fcuny/.ssh/id_ed25519.pub key"; + "${pkgs.hashi}/bin/hashi -e chi1 sign --key=(op read 'op://employee/default rbx ssh key/public key'|psub) key"; }; }; } |