Don't take over the daemon on start

This commit is contained in:
Natsu Kagami 2023-07-03 19:34:06 +02:00
parent b100b22e28
commit 44021e3df2
Signed by: nki
GPG key ID: 55A032EB38B49ADB
3 changed files with 4 additions and 3 deletions

View file

@ -35,8 +35,8 @@ in
set -eg MESA_GL_VERSION_OVERRIDE
set -eg MESA_GLSL_VERSION_OVERRIDE
export GNOME_KEYRING_CONTROL=/run/user/1001/keyring
export SSH_AUTH_SOCK=/run/user/1001/keyring/ssh
# export GNOME_KEYRING_CONTROL=/run/user/1001/keyring
# export SSH_AUTH_SOCK=/run/user/1001/keyring/ssh
'';
# More packages

View file

@ -38,6 +38,7 @@ in
deluge # Torrent client
pavucontrol # PulseAudio control panel
firefox
librewolf
cinnamon.nemo # File manager
thunderbird # Email

View file

@ -319,7 +319,7 @@ in
'' + (if config.services.gnome-keyring.enable then ''
# gnome-keyring
eval `gnome-keyring-daemon -r -d -c secrets,ssh,pkcs11`
eval `gnome-keyring-daemon`
export SSH_AUTH_SOCK
'' else "");
# Extra