From 04337fe8c3997915c6553460561cb42abdecb69f Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Tue, 5 Aug 2025 18:15:13 +0200 Subject: [PATCH] late rebase --- infra/flake-part.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/infra/flake-part.nix b/infra/flake-part.nix index bb105319..ffdf7ec4 100644 --- a/infra/flake-part.nix +++ b/infra/flake-part.nix @@ -103,9 +103,11 @@ let ../machines/operator/test04 ]; }; - atticConfigurationResource = makeResourceModule { - vmName = "test12"; - isTestVm = true; + atticConfigurationResource = { + imports = [ + commonResourceModule + ../machines/operator/test12 + ]; }; };