Remove GPG OnlyKey

This commit is contained in:
Vili Sinervä 2024-10-17 00:39:46 +03:00
parent fc6bac1ec0
commit 14153a0092
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 1 additions and 10 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 = "/home/vili/.ssh/id_ed25519_sk.pub";
}; };
merge = { merge = {
ff = "true"; ff = "true";

View file

@ -19,17 +19,8 @@
onlykey-cli onlykey-cli
onlykey-agent onlykey-agent
gpa
]; ];
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-curses;
};
hardware.onlykey.enable = true; hardware.onlykey.enable = true;
environment.variables = {
GNUPGHOME = "~/.gnupg/onlykey";
};
security.pam.u2f.enable = true; security.pam.u2f.enable = true;
} }