From b82d20a95573e6b712d7a35714ac5c8f81d76ad0 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 8 Nov 2025 01:26:24 -0600 Subject: [PATCH] test: vaultwarden microVM --- systems/ceres/microvms/vaultwarden.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/ceres/microvms/vaultwarden.nix b/systems/ceres/microvms/vaultwarden.nix index 84ccff9..253b452 100755 --- a/systems/ceres/microvms/vaultwarden.nix +++ b/systems/ceres/microvms/vaultwarden.nix @@ -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";