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 = {
|
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";
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue