GPG OnlyKey
This commit is contained in:
parent
dcff28f499
commit
fc6bac1ec0
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
||||||
pinentryPackage = pkgs.pinentry-curses;
|
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