We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9fb46a + 61ca8e1 commit aad7222Copy full SHA for aad7222
README.md
@@ -111,6 +111,14 @@ ansible -m import_role -a name=release-from-github -e release_repo=isometry/vaul
111
vault-ssh-plus has been added to the AUR repository, and can be found at `https://aur.archlinux.org/packages/vault-ssh-plus-bin`.
112
Either install via makepkg, or your favourite AUR helper.
113
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
122
## Troubleshooting
123
124
Refer to the [Vault Documentation](https://www.vaultproject.io/docs/secrets/ssh/signed-ssh-certificates.html#troubleshooting)
0 commit comments