OnlyKey GPG
This commit is contained in:
parent
f547d36095
commit
446f0ce0b9
2 changed files with 4 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
user = {
|
||||
email = "vili.m.sinerva@gmail.com";
|
||||
name = "Vili Sinervä";
|
||||
signingkey = "/home/vili/.ssh/id_ed25519.pub";
|
||||
signingkey = "DF8FEAF54EFAC996!";
|
||||
};
|
||||
merge = {
|
||||
ff = "true";
|
||||
|
@ -16,7 +16,6 @@
|
|||
pull = {
|
||||
ff = "only";
|
||||
};
|
||||
gpg.format = "ssh";
|
||||
commit.gpgsign = "true";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -27,9 +27,9 @@
|
|||
pinentryPackage = pkgs.pinentry-curses;
|
||||
};
|
||||
hardware.onlykey.enable = true;
|
||||
#environment.variables = {
|
||||
# GNUPGHOME = "~/.gnupg/onlykey";
|
||||
#};
|
||||
environment.variables = {
|
||||
GNUPGHOME = "~/.gnupg/onlykey";
|
||||
};
|
||||
|
||||
security.pam.u2f.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue