diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-19 13:00:41 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-19 13:00:41 -0800 |
| commit | 7674004b1d6af5ed7edca59e4a3c9016b4254ed8 (patch) | |
| tree | e0561ed385f74adcef327ac97e637f8bb3ede705 | |
| parent | flake.lock: Update (diff) | |
| download | infra-7674004b1d6af5ed7edca59e4a3c9016b4254ed8.tar.gz | |
format
| -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 04cf7dc..996e4b9 100644 --- a/nix/users/fcuny/work.nix +++ b/nix/users/fcuny/work.nix @@ -17,7 +17,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"; + "ssh-sign-chi" = + "${pkgs.hashi}/bin/hashi -e chi1 sign --key=(op read 'op://employee/default rbx ssh key/public key'|psub) key"; }; }; } |
