From 6edf858a4e2239333d1ea49130e15da778847cd4 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Tue, 6 Jan 2026 12:57:34 -0500 Subject: [PATCH] feat: add age packages for fido2 and other secret management --- sw/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sw/default.nix b/sw/default.nix index 6db06d4..81c372f 100644 --- a/sw/default.nix +++ b/sw/default.nix @@ -135,6 +135,8 @@ in zsh # Z shell git # Version control oh-my-posh # Shell prompt theme + age # Simple file encryption tool + age-plugin-fido2-hmac # age FIDO2 support inputs.agenix.packages.${stdenv.hostPlatform.system}.default # Secret management ]; } -- 2.39.5