Luka T. Korošec
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...
Hm, looking at the linked issue, I think it explains how we got to this point, specifically why I had to remove the `Last-Modified` header and how I had to...
That did it! **Thanks**. So I modified my build script to quote the ETag in files, now they contain quoted string and I get the `304` response correctly. cat etag...
Oh, and one thing I had to do locally to get Steam image to build was this: ```diff diff --git a/apps/steam/build/Dockerfile b/apps/steam/build/Dockerfile index a11cc57..a272618 100644 --- a/apps/steam/build/Dockerfile +++ b/apps/steam/build/Dockerfile @@...
Hm, ok. It looks like the script is working as written, but not as desired. Can explain how audio is supposed to be routed in relation to devices and sessions?...