From 775e0e67abbd0213df355d8a1a3965ef06fb550c Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Thu, 23 Oct 2025 21:12:18 +0200 Subject: [PATCH] use minimal profile in test target nodes Signed-off-by: Kiara Grouwstra --- deployment/check/common/targetNode.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/check/common/targetNode.nix b/deployment/check/common/targetNode.nix index e88be811..2592b5fe 100644 --- a/deployment/check/common/targetNode.nix +++ b/deployment/check/common/targetNode.nix @@ -15,6 +15,7 @@ in _class = "nixos"; imports = [ + (modulesPath + "/profiles/minimal.nix") (modulesPath + "/profiles/qemu-guest.nix") (modulesPath + "/../lib/testing/nixos-test-base.nix") ./sharedOptions.nix