You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(lib.mkIfconfig.vuizvui.programs.gnupg.enable{services.unlock-password-store={description="unlock the user password store";wantedBy=["default.target"];# make sure gpg-agent is runningwants=["gpg-agent.service"];after=["gpg-agent.service"];serviceConfig={# use special unlock key in the password store (needs to exist of course)ExecStart="${lib.getBinpkgs.pass}/bin/pass misc/unlock";StandardOutput="null";};};timers.unlock-password-store={description="unlock password store on system start";wantedBy=["timers.target"];timerConfig.OnStartupSec="5s";};})
and when I log in the following errors are logged:
Nov 29 15:04:00 katara gpg-agent[1123]: gpg-agent[1123]: failed to unprotect the secret key: No such file or directory
Nov 29 15:04:00 katara gpg-agent[1123]: gpg-agent[1123]: failed to read the secret key
Nov 29 15:04:00 katara gpg-agent[1123]: gpg-agent[1123]: command 'PKDECRYPT' failed: No such file or directory <Pinentry>
Nov 29 15:04:00 katara systemd[1118]: unlock-password-store.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Nov 29 15:04:00 katara systemd[1118]: unlock-password-store.service: Unit entered failed state.
Nov 29 15:04:00 katara systemd[1118]: unlock-password-store.service: Failed with result 'exit-code'.
The text was updated successfully, but these errors were encountered:
I’ve got a user startup timer like so:
and when I log in the following errors are logged:
The text was updated successfully, but these errors were encountered: