Skip to content

Commit

Permalink
Add install instructions for Nix / NixOS
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Aug 21, 2023
1 parent c9fb46a commit 61ca8e1
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 61ca8e1

Please sign in to comment.