diff options
| author | Franck Cuny <fcuny@roblox.com> | 2026-01-05 13:31:54 -0800 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2026-01-05 13:31:54 -0800 |
| commit | a8dd32fd6a4f7f8a10df5ea4293556e45099d839 (patch) | |
| tree | 5ca16abc4c9e99ce0b4bb04b33eef887d85d529a /home/programs/hashi.nix | |
| parent | fix a couple of typos (diff) | |
| download | infra-a8dd32fd6a4f7f8a10df5ea4293556e45099d839.tar.gz | |
use ssh key backed by yubikey
Diffstat (limited to '')
| -rw-r--r-- | home/programs/hashi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/programs/hashi.nix b/home/programs/hashi.nix index 424c7b3..688bf2d 100644 --- a/home/programs/hashi.nix +++ b/home/programs/hashi.nix @@ -83,7 +83,7 @@ in builtins.concatMap (env: [ { name = "ssh-sign-${env.alias}"; - value = "${pkgs.hashi}/bin/hashi -e ${env.name} sign --output-path=${config.home.homeDirectory}/.ssh/${env.alias}-cert.pub --key=(${pkgs._1password-cli}/bin/op read 'op://employee/default rbx ssh key/public key'|psub) key"; + value = "${pkgs.hashi}/bin/hashi -e ${env.name} sign --output-path=${config.home.homeDirectory}/.ssh/${env.alias}-cert.pub --key=${config.home.homeDirectory}/.ssh/id_ed25519_sk_rk key.pub"; } { name = "hashi-${env.alias}"; |
