Remove GPG OnlyKey
This commit is contained in:
parent
fc6bac1ec0
commit
14153a0092
2 changed files with 1 additions and 10 deletions
|
@ -8,7 +8,7 @@
|
|||
user = {
|
||||
email = "vili.m.sinerva@gmail.com";
|
||||
name = "Vili Sinervä";
|
||||
signingkey = "/home/vili/.ssh/id_ed25519.pub";
|
||||
signingkey = "/home/vili/.ssh/id_ed25519_sk.pub";
|
||||
};
|
||||
merge = {
|
||||
ff = "true";
|
||||
|
|
|
@ -19,17 +19,8 @@
|
|||
|
||||
onlykey-cli
|
||||
onlykey-agent
|
||||
gpa
|
||||
];
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
};
|
||||
hardware.onlykey.enable = true;
|
||||
environment.variables = {
|
||||
GNUPGHOME = "~/.gnupg/onlykey";
|
||||
};
|
||||
|
||||
security.pam.u2f.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue