mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-01-28 18:17:13 +08:00
feat: add age plugin and fido2 hmac support
Co-authored-by: brianmcgee <brian@41north.dev>
This commit is contained in:
parent
94d8af61d8
commit
88dd7997d9
4 changed files with 26 additions and 0 deletions
|
|
@ -60,6 +60,10 @@
|
|||
;
|
||||
# backward compatibility
|
||||
inherit (prev) ssh-to-pgp;
|
||||
|
||||
sops = prev.sops.withAgePlugins (p: [
|
||||
p.age-plugin-fido2-hmac
|
||||
]);
|
||||
};
|
||||
nixosModules = {
|
||||
sops = ./modules/sops;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue