add age-plugin-fido2-hmac as age-plugins
This commit is contained in:
@@ -6,7 +6,10 @@
|
|||||||
clan = {
|
clan = {
|
||||||
meta.name = "NewEdgeClan";
|
meta.name = "NewEdgeClan";
|
||||||
machines = { };
|
machines = { };
|
||||||
secrets.age.plugins = [ "age-plugin-yubikey" ];
|
secrets.age.plugins = [
|
||||||
|
"age-plugin-yubikey"
|
||||||
|
"age-plugin-fido2-hmac"
|
||||||
|
];
|
||||||
specialArgs = { inherit inputs self; };
|
specialArgs = { inherit inputs self; };
|
||||||
inherit self;
|
inherit self;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user