GPG OnlyKey

This commit is contained in:
Vili Sinervä 2024-10-17 00:19:35 +03:00
parent dcff28f499
commit fc6bac1ec0
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -27,6 +27,9 @@
pinentryPackage = pkgs.pinentry-curses;
};
hardware.onlykey.enable = true;
environment.variables = {
GNUPGHOME = "~/.gnupg/onlykey";
};
security.pam.u2f.enable = true;
}