diff --git a/home-modules/gpg.nix b/home-modules/gpg.nix index 5e21c48..d5c9613 100644 --- a/home-modules/gpg.nix +++ b/home-modules/gpg.nix @@ -12,7 +12,7 @@ enable = true; verbose = true; sshKeys = [ - "97081264F7FD72D890D496E839AA9A4C7892A7D8" # [A] Sub Key from Master Key + "97081264F7FD72D890D496E839AA9A4C7892A7D8" # Keygrip (not Fingerprint!) of [A] Subkey ]; enableSshSupport = true; enableFishIntegration = true;