checks: fix

This commit is contained in:
Louis Bettens 2022-12-30 12:54:14 +01:00
parent 54e8deb314
commit 61df838ee9
No known key found for this signature in database

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