Replace sops-gpg-hook with sops-import-keys-hook

This commit is contained in:
Jörg Thalheim 2021-07-03 07:36:22 +02:00
parent 7918c59b39
commit 73e19bf11b
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4
11 changed files with 246 additions and 19 deletions

View file

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