new gpg keys

This commit is contained in:
Callum Leslie 2024-09-12 12:27:35 +01:00
parent fe661455fe
commit 497876d1c9
No known key found for this signature in database
GPG key ID: 483E476D02ED580C
3 changed files with 5 additions and 3 deletions

View file

@ -4,7 +4,7 @@
userName = "Callum Leslie";
userEmail = "git@cleslie.uk";
signing.key = "D382C4AFEECEAA90";
signing.key = "483E476D02ED580C";
signing.signByDefault = true;
ignores = [".direnv/"];
@ -15,7 +15,7 @@
contents = {
user = {
email = "psycl6@nottingham.ac.uk";
signingKey = "5A944DF89B6F65AC";
signingKey = "483E476D02ED580C";
};
credential = {helper = "store";};
};

View file

@ -1,4 +1,4 @@
{...}: {
{pkgs, ...}: {
imports = [./mako ./kanshi];
services = {
network-manager-applet.enable = true;
@ -6,6 +6,7 @@
gpg-agent = {
enable = true;
enableSshSupport = true;
pinentryPackage = pkgs.pinentry-gnome3;
};
};
}

View file

@ -31,6 +31,7 @@
vim
gnome.adwaita-icon-theme
wget
pinentry
fzf
nil
killall