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 agoHey @DAlperin, @Savanni,
thanks for your answers and sharing your config (want to do it but have to take care of secrets before - when I find time :/). I'm running my system on NixOS-Unstable (current rev: ce8cbe3c01fd8ee2de526ccd84bbf9b82397a510) and HomeManager-Master (current rev: 888eac32bd657bfe0d024c8770130d80d1c02cd3) - my uname -a
is: Linux XXX 5.15.30 #1-NixOS SMP Sat Mar 19 12:47:51 UTC 2022 x86_64 GNU/Linux
I've changed the config part for 1password to:
```
programs = {
_1password-gui = {
enable = true;
groupId = 5001;
polkitPolicyOwners = [ "sebtm" ];
};
};
```
The current rev I'm using is also including the initial module from @Savanni. I can see in /etc/group that the group is created with the according gid.
Ah nice, then it will be fixed in the next big release that's fine for me :) For the transparency thing I use picom (home-manager module) and this is my config:
```
picom = {
enable = true;
activeOpacity = "0.96";
blur = true;
fade = true;
fadeSteps = [ "0.05" "0.05" ];
inactiveDim = "0.10";
inactiveOpacity = "0.94";
menuOpacity = "0.96";
opacityRule = [ "100:name *= 'i3lock'" ];
shadow = true;
};
```
Worked for me out-of-the-box with no issues.
For the SSH-Agent thing I'm on it seems that I have to recreate my keys in 1Password (as I stored them there before as files) will check that the next days.
Thanks for your (all) support and maybe we will sort it out until you are back on NixOS :)
Best Wishes
Edit: Just one thing added up I had only mentioned in one sentence so no worry :) Is there a reason that we lose the right click menu to the tray Icon if quick access for left clicks is enabled? This would be really nice to see :)