Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
5 years agoKeyring isn't suid on nixos
Hi, I'm running nixos and my 1password-keyringhelper isn't suid.
so i get this error
[1P:foundation/op-linux/src/bin/keyring_helper.rs:150]
keyring helper detected it was n...
Former Member
4 years ago@SebTM Wherever you install 1pass (home.packages, systemPackages, etc) replace _1password-gui
or pkgs._1password-gui
with pkgs._1password-gui.override ({ polkitPolicyOwners = ["YOURUSERHERE"]; }))
but replace YOURUSERHERE with your username (add any other users of the system you want it to work with as well) and let me know if it works.