Luka T. Korošec

Results 5 comments of Luka T. Korošec

I'm getting the same error on my Raspberry Pi 2. Preceding it is a warning from Docker: `docker[12903]: WARNING: The requested image's platform (linux/arm/v7) does not match the detected host...

Just to add another data point, for me the secret file was there from before, it just did not update its contents when I changed them in sops and did...

It would not go into your `.bashrc`, but into `.profile` which in turn sources `/etc/profiles/per-user/${YOUR_USER}/etc/profile.d/hm-session-vars.sh`, it should be set there.

I'm also using zsh and have used `home.sessionVariables` for other variables, but not `SSH_AUTH_SOCK`, since setting `services.gpg-agent.enableSshSupport` adds it for you. One thing that was an issue in my case...

> 2. unrelated, but does gpg-agent.sshKeys work for you? because it doesn't for me It works for me with the config below. I'm using Home-manager on a NixOS. config My...