diff options
author | sils <sils@sils.li> | 2023-11-16 19:25:52 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-11-16 19:25:52 +0100 |
commit | 9b50ad1849a9212c78006738fefc241a21ebad45 (patch) | |
tree | aa51d3f2e5fb839f887d59dbef8025b750fe5531 | |
parent | feat(hosts): remove sshAgent enableation (diff) | |
download | nix-config-9b50ad1849a9212c78006738fefc241a21ebad45.tar.gz nix-config-9b50ad1849a9212c78006738fefc241a21ebad45.zip |
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 #
-rw-r--r-- | users/sils/gpg/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"]; }; } |