checks: fix

This commit is contained in:
Julie B. 2022-12-30 12:54:14 +01:00
parent fc29cda77e
commit f5b6fc73d2

View File

@ -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 ];