Jan Antoš on Nostr: Hi #nixos community, I am new and little bit lost. I am trying to use smart card ...
Hi #nixos community, I am new and little bit lost.
I am trying to use smart card (Estonian ID) as PAM and I am half successful.
My config:
services.pcscd.enable = true;
security.pam.p11.enable = true;
security.pam.p11.control = “sufficient”;
opensc and p11-kit installed
Now the problem, doas (sudo) works, GDM works partly, after reboot it does not work, however after login with passwd then it works (eg. after lock). Any ideas what might be problem. I am also unable to enable gdm logs
I am trying to use smart card (Estonian ID) as PAM and I am half successful.
My config:
services.pcscd.enable = true;
security.pam.p11.enable = true;
security.pam.p11.control = “sufficient”;
opensc and p11-kit installed
Now the problem, doas (sudo) works, GDM works partly, after reboot it does not work, however after login with passwd then it works (eg. after lock). Any ideas what might be problem. I am also unable to enable gdm logs