From 9b50ad1849a9212c78006738fefc241a21ebad45 Mon Sep 17 00:00:00 2001 From: sils Date: Thu, 16 Nov 2023 19:25:52 +0100 Subject: feat(u/sils/gpg): remove ampersand from keygrip Apparently it shouldn't be there # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch main # Your branch is ahead of 'origin/main' by 1 commit. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: users/sils/gpg/default.nix # --- users/sils/gpg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/sils/gpg/default.nix b/users/sils/gpg/default.nix index b539a5a..49339c5 100644 --- a/users/sils/gpg/default.nix +++ b/users/sils/gpg/default.nix @@ -7,6 +7,6 @@ enable = true; pinentryFlavor = "gtk2"; enableSshSupport = true; - sshKeys = ["&4077454831C98FE4BE4A9C167186C5A63615B790"]; + sshKeys = ["4077454831C98FE4BE4A9C167186C5A63615B790"]; }; } -- cgit 1.4.1