Skip to content

Commit 61ca8e1

Browse files
committed
Add install instructions for Nix / NixOS
1 parent c9fb46a commit 61ca8e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ ansible -m import_role -a name=release-from-github -e release_repo=isometry/vaul
111111
vault-ssh-plus has been added to the AUR repository, and can be found at `https://aur.archlinux.org/packages/vault-ssh-plus-bin`.
112112
Either install via makepkg, or your favourite AUR helper.
113113

114+
### Nix / NixOS
115+
116+
`vault-ssh-plus` is available in [nixpkgs](https://github.com/NixOS/nixpkgs):
117+
118+
```sh
119+
nix-env -iA nixpkgs.vault-ssh-plus
120+
```
121+
114122
## Troubleshooting
115123

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

0 commit comments

Comments
 (0)