From a5ffcf67732ac5aa6672f7619aa05aceeb491b9e Mon Sep 17 00:00:00 2001 From: kurogeek Date: Wed, 24 Sep 2025 09:37:39 +0700 Subject: [PATCH] add age-plugin-fido2-hmac as age-plugins --- machines/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/machines/default.nix b/machines/default.nix index 2fcee63..3ae0f23 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -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; };