From bd869f2763fbe9ca638d2a768d6aba9626385cc8 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Wed, 2 Jul 2025 15:12:51 +0200 Subject: [PATCH] add qemu import --- machines/operator/test12/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/operator/test12/default.nix b/machines/operator/test12/default.nix index 0f07eb01..3e3b5e27 100644 --- a/machines/operator/test12/default.nix +++ b/machines/operator/test12/default.nix @@ -21,6 +21,7 @@ nixos.module = { imports = [ + ../../../infra/common/proxmox-qemu-vm.nix ../../../services/fediversity/attic ]; };