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