srd424

Results 95 comments of srd424

FWIW, looks like you can approximate direct socket activation like this: ``` # /etc/systemd/system/kiwix-proxy.socket [Socket] ListenStream=8085 [Install] WantedBy=sockets.target ``` ``` # /etc/systemd/system/kiwix-proxy.service [Unit] After=kiwix-serve.service kiwix-proxy.socket Requires=kiwix-serve.service kiwix-proxy.socket [Service] ExecStart=/lib/systemd/systemd-socket-proxyd --exit-idle-time=10s...

Just upgraded to 25.11 - it's still broken! I think, anyway. My nixos config happily starts `gcr-ssh-agent`, but something needs to set `SSH_AUTH_SOCK` in the user environment - not sure...

> Having a `.cache` on a network file system seems like a more general problem to solve. Very arguably, yes, though "cache" in this context possibly has two variations of...

> Can you try Nix >= 2.25? The tarball cache should be faster thanks to #11330. Oh, that looks like a PR I should have found, read and tried, yes!...

Realistically I'm not going to get to test this properly any time soon due to other drama :( I'm happy to assume it's fixed, shall we close this? It can...