test: vaultwarden microVM

This commit is contained in:
Nick 2025-11-08 01:26:24 -06:00
parent 4fb47cec35
commit b82d20a955

View file

@ -98,6 +98,9 @@ in
mem = 1024;
hypervisor = "qemu";
# Use q35 machine type for proper PCI support instead of microvm
qemu.machine = "q35";
interfaces = [
{
type = "macvtap";