mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: switch to qemu from cloud-hypervisor because it deadlocks :/
This commit is contained in:
parent
377da23c0d
commit
ca3d1f0e96
2 changed files with 7 additions and 7 deletions
|
@ -114,7 +114,7 @@
|
|||
lib.microvm.mac = mac;
|
||||
|
||||
microvm = {
|
||||
hypervisor = mkDefault "cloud-hypervisor";
|
||||
hypervisor = mkDefault "qemu";
|
||||
|
||||
# MACVTAP bridge to the host's network
|
||||
interfaces = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue