OnlyKey GPG

This commit is contained in:
Vili Sinervä 2024-10-17 02:08:55 +03:00
parent f547d36095
commit 446f0ce0b9
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 4 additions and 5 deletions

View file

@ -8,7 +8,7 @@
user = { user = {
email = "vili.m.sinerva@gmail.com"; email = "vili.m.sinerva@gmail.com";
name = "Vili Sinervä"; name = "Vili Sinervä";
signingkey = "/home/vili/.ssh/id_ed25519.pub"; signingkey = "DF8FEAF54EFAC996!";
}; };
merge = { merge = {
ff = "true"; ff = "true";
@ -16,7 +16,6 @@
pull = { pull = {
ff = "only"; ff = "only";
}; };
gpg.format = "ssh";
commit.gpgsign = "true"; commit.gpgsign = "true";
}; };
}; };

View file

@ -27,9 +27,9 @@
pinentryPackage = pkgs.pinentry-curses; pinentryPackage = pkgs.pinentry-curses;
}; };
hardware.onlykey.enable = true; hardware.onlykey.enable = true;
#environment.variables = { environment.variables = {
# GNUPGHOME = "~/.gnupg/onlykey"; GNUPGHOME = "~/.gnupg/onlykey";
#}; };
security.pam.u2f.enable = true; security.pam.u2f.enable = true;
} }