cloud-hypervisor sockets: use spectrum names
- CONNECT.sock → vsock.sock - ch.sock → vmm.sock
This commit is contained in:
parent
6dcbe5b3d7
commit
665fd95d70
4 changed files with 8 additions and 8 deletions
|
|
@ -12,7 +12,7 @@ in
|
|||
(mkIfGuest {
|
||||
microvm.cloud-hypervisor.extraArgs = [
|
||||
"--vsock"
|
||||
"cid=4,socket=CONNECT.sock"
|
||||
"cid=4,socket=vsock.sock"
|
||||
];
|
||||
})
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue