Allows the Nix daemon to serve store paths purely over Unix domain
sockets without requiring the client to have filesystem access to
the store directory. This can be useful for VM setups where the host
serves paths to the guest via socket.
Tests verify socket-only operations work for copying, substitution,
and remote building (tested on Linux), with both local and binary cache stores.