cloud-hypervisor sockets: use spectrum names

- CONNECT.sock → vsock.sock
- ch.sock → vmm.sock
This commit is contained in:
Else, Someone 2025-10-09 04:22:43 +03:00
parent 61dd3938aa
commit 6d710952ee
4 changed files with 8 additions and 8 deletions

View file

@ -12,7 +12,7 @@ in
(mkIfGuest {
microvm.cloud-hypervisor.extraArgs = [
"--vsock"
"cid=4,socket=CONNECT.sock"
"cid=4,socket=vsock.sock"
];
})
{