From 0440758e28f024cf6dc6e662405a421e57e85471 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Thu, 23 Oct 2025 22:41:44 +0200 Subject: [PATCH] use minimal profile in test target nodes (#551) Reviewed-on: https://git.fediversity.eu/fediversity/fediversity/pulls/551 --- 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