Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
checks: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbjubjub2494 committed Dec 30, 2022
1 parent fc29cda commit f5b6fc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions checks/templates.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand Down

0 comments on commit f5b6fc7

Please sign in to comment.