From 787f157da667cc8ae3d310fee09389211fff7caf Mon Sep 17 00:00:00 2001 From: reo101 Date: Sat, 9 Nov 2024 23:00:51 +0200 Subject: [PATCH] chore(overlays): add new `YubiKey` fingerprint to `lib.maintainers` --- overlays/modifications/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/overlays/modifications/default.nix b/overlays/modifications/default.nix index e907d27..43c92a1 100644 --- a/overlays/modifications/default.nix +++ b/overlays/modifications/default.nix @@ -10,6 +10,11 @@ final: prev: github = "reo101"; githubId = "37866329"; keys = [ + # YubiKey 1 (Green) + { + fingerprint = "49B8 3918 36E2 4FEC BC68 7504 7DA9 78E6 383E 5885"; + } + # Old GPG { fingerprint = "8A29 0250 C775 7813 1DD1 DC57 7275 0ABE E181 26D0"; }