diff --git a/checks/templates.nix b/checks/templates.nix index 98c3696..15d4bd8 100644 --- a/checks/templates.nix +++ b/checks/templates.nix @@ -19,6 +19,10 @@ lib.optionalAttrs stdenv.isLinux { miniguests.container.configuration = { boot.miniguest.enable = true; boot.miniguest.guestType = "lxc"; + + # FIXME: hack due to test driver oddity + virtualisation.test.nodeName = "machine"; + networking.hostName = "whatever"; }; environment.systemPackages = [ miniguest ];