NixOS Wayland (Hyprland) Fingerprint Not Working
My issues are almost identical to these two threads:
- https://1password.community/discussion/145440/issues-with-system-authentication-on-arch-via-fprint?utm_source=community-search&utm_medium=organic-search&utm_term=hyprland
- https://1password.community/discussion/136009/issue-with-system-authentication-service
When I click on the fingerprint icon it behaves as if I was entering the wrong password (the window shakes a bit).
I have used all the necessary configuration after reading several threads and the NixOS start guide.
Here is a link to my configuration file: https://github.com/ItsCrem/crem-nixos/blob/d6dd1109fc7c54fc41d1e51007618a1316e8e495/hosts/brook/configuration.nix#L86
Here is a snippet:
# 1password requires nixos level https://1password.community/discussion/comment/655813/#Comment_655813
programs._1password = {
enable = true;
package = pkgs.unstable._1password;
};
programs._1password-gui = {
package = pkgs.unstable._1password-gui;
enable = true;
polkitPolicyOwners = [ "crem" ];
};
# 1password make fingerprintn auth work
#security.pam.services.kwallet.enableKwallet = true;
security.polkit.enable = true;
I have also tried using kwallet as well but that didn't work either.
Please let me know if I can provide any further information.
1Password Version: 8.10.36
Extension Version: Not Provided
OS Version: Not Provided
Browser: Not Provided
