Don't take over the daemon on start
This commit is contained in:
parent
b100b22e28
commit
44021e3df2
3 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue