about summary refs log tree commit diff
path: root/nix/users/fcuny
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-19 08:31:21 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-19 08:31:21 -0800
commit99f0d86fa688a9e49e028d44923d8287b59be7f3 (patch)
tree37a3fc80379249085e618329eb2c8b42221cfc11 /nix/users/fcuny
parentcleanup ssh match blocks (diff)
downloadworld-99f0d86fa688a9e49e028d44923d8287b59be7f3.tar.gz
sign using the key from 1password
Diffstat (limited to 'nix/users/fcuny')
-rw-r--r--nix/users/fcuny/work.nix2
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";
     };
   };
 }