diff options
Diffstat (limited to 'nix/users/fcuny')
| -rw-r--r-- | nix/users/fcuny/work.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/users/fcuny/work.nix b/nix/users/fcuny/work.nix index 0549d9b..7af274e 100644 --- a/nix/users/fcuny/work.nix +++ b/nix/users/fcuny/work.nix @@ -19,7 +19,7 @@ let export NOMAD_ADDR="https://$CELL_ID-nomad.simulprod.com" export NOMAD_TOKEN=$(${pkgs.vault}/bin/vault read -field secret_id ''${CELL_ID}_nomad/creds/management) - nomad ui --authenticate + ${pkgs.nomad}/bin/nomad ui --authenticate ''; in { @@ -67,7 +67,7 @@ in builtins.concatMap (env: [ { name = "ssh-sign-${env.alias}"; - value = "${pkgs.customPackages.hashi}/bin/hashi -e ${env.name} sign --output-path=/Users/fcuny/.ssh/cert-${env.alias} --key=(op read 'op://employee/default rbx ssh key/public key'|psub) key"; + value = "${pkgs.customPackages.hashi}/bin/hashi -e ${env.name} sign --output-path=/Users/fcuny/.ssh/cert-${env.alias} --key=(${pkgs._1password-cli}/bin/op read 'op://employee/default rbx ssh key/public key'|psub) key"; } { name = "hashi-${env.alias}"; @@ -88,7 +88,7 @@ in "sjump-st3" = "${pkgs.customPackages.sapi}/bin/sapi jump sitetest3"; "sjump" = "${pkgs.customPackages.sapi}/bin/sapi jump"; "ssh-edge" = - "ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -J chi1-jumpcontainer-es -i (op read 'op://Infra-Compute-Edge-rks/ice_ssh-private-key/ice_rsa'|psub)"; + "ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -J chi1-jumpcontainer-es -i (${pkgs._1password-cli}/bin/op read 'op://Infra-Compute-Edge-rks/ice_ssh-private-key/ice_rsa'|psub)"; }; in envAliases // additionalAliases; |
