Loading
nixos/tor: add onion service unix sockets to BindPaths
Setting up an onion service with a UNIX socket with `services.tor.relay.onionServices.<name>.target.unix` didn't work out of the box because the tor service runs within an isolated root. This adds the missing path binding to make this work.