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 = {
meta.name = "NewEdgeClan";
machines = { };
secrets.age.plugins = [ "age-plugin-yubikey" ];
secrets.age.plugins = [
"age-plugin-yubikey"
"age-plugin-fido2-hmac"
];
specialArgs = { inherit inputs self; };
inherit self;
};