Temp: remove onlykey gpg

This commit is contained in:
Vili Sinervä 2024-10-17 01:57:36 +03:00
parent 108b191632
commit f547d36095
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -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;
}