Skip to content

Commit

Permalink
Merge pull request #24 from LeSuisse/nix-install-instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
isometry committed Aug 21, 2023
2 parents c9fb46a + 61ca8e1 commit aad7222
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ ansible -m import_role -a name=release-from-github -e release_repo=isometry/vaul
vault-ssh-plus has been added to the AUR repository, and can be found at `https://aur.archlinux.org/packages/vault-ssh-plus-bin`.
Either install via makepkg, or your favourite AUR helper.

### Nix / NixOS

`vault-ssh-plus` is available in [nixpkgs](https://github.com/NixOS/nixpkgs):

```sh
nix-env -iA nixpkgs.vault-ssh-plus
```

## Troubleshooting

Refer to the [Vault Documentation](https://www.vaultproject.io/docs/secrets/ssh/signed-ssh-certificates.html#troubleshooting)

0 comments on commit aad7222

Please sign in to comment.