summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-11-16 19:25:52 +0100
committersils <sils@sils.li>2023-11-16 19:25:52 +0100
commit9b50ad1849a9212c78006738fefc241a21ebad45 (patch)
treeaa51d3f2e5fb839f887d59dbef8025b750fe5531
parentfeat(hosts): remove sshAgent enableation (diff)
downloadnix-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.nix2
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"];
};
}