diff --git a/deployment/check/common/targetNode.nix b/deployment/check/common/targetNode.nix index 2a8f717b..334ed247 100644 --- a/deployment/check/common/targetNode.nix +++ b/deployment/check/common/targetNode.nix @@ -17,7 +17,7 @@ in imports = [ (modulesPath + "/profiles/minimal.nix") (modulesPath + "/profiles/qemu-guest.nix") - # FIXME uncomment this when using test over `nix run` + # FIXME needed for non-proxmox tests # (modulesPath + "/../lib/testing/nixos-test-base.nix") ./sharedOptions.nix ];