diff --git a/machines/levitation/passthrough.nix b/machines/levitation/passthrough.nix index d4aca51..a2ba62d 100644 --- a/machines/levitation/passthrough.nix +++ b/machines/levitation/passthrough.nix @@ -32,4 +32,6 @@ in { }; systemd.tmpfiles.rules = [ "f /dev/shm/looking-glass 0660 nathan qemu-libvirtd -" ]; + # Setup bridge + networking.bridges = { "qemu-br0" = { interfaces = [ "enp6s0" ]; }; }; }