Make sure onlykey gpg works as intended

This commit is contained in:
Vili Sinervä 2024-10-22 15:33:25 +03:00
parent 8f38352515
commit 3e6d483c76
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -28,7 +28,7 @@
};
hardware.onlykey.enable = true;
environment.variables = {
GNUPGHOME = "~/.gnupg/onlykey";
GNUPGHOME = "/home/vili/.gnupg/onlykey";
};
security.pam.u2f.enable = true;