<stephank>
More fun: tried to do a LinuxKit-like thing with the new Virtualization framework, but by bridging the daemon socket over virtio sockets (instead of SSH). Turns out that part of the framework is flakey and it's really easy to crash the VM (its an XPC helper). Crash log says: 'FIXME: Handle this'. XD
<LnL->
didn't know there is a way to share unix sockets with a vm
LnL- is now known as LnL
xcmw has joined #nix-darwin
nikivi has joined #nix-darwin
<stephank>
It's more just proxying I was going for. Virtio sockets are a different transport, AF_VSOCK. So, I was trying to do: my Unix socket on host -> virtio socket into VM -> proxy to nix-daemon Unix socket inside VM.
<LnL>
come to think of it, docker might be something to look at
philr has joined #nix-darwin
<LnL>
I think the app thing still uses a unix socket