add age-plugin-fido2-hmac as age-plugins

This commit is contained in:
2025-09-24 09:37:39 +07:00
parent 1ad1dd82ea
commit a5ffcf6773

View File

@@ -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;
}; };