Add sops-ssh-to-age tool

This commit is contained in:
Janne Heß 2021-08-27 20:17:39 +02:00
parent db8fcb50a3
commit c980f2547e
No known key found for this signature in database
GPG key ID: 69165158F05265DF
4 changed files with 95 additions and 1 deletions

View file

@ -17,7 +17,7 @@
let
localPkgs = import ./default.nix { pkgs = final; };
in {
inherit (localPkgs) sops-install-secrets sops-init-gpg-key sops-pgp-hook sops-import-keys-hook;
inherit (localPkgs) sops-install-secrets sops-init-gpg-key sops-pgp-hook sops-import-keys-hook sops-ssh-to-age;
# backward compatibility
inherit (prev) ssh-to-pgp;
};