checks: use facter.json from external test-fixtures repo

This commit is contained in:
Michael Hoang
2025-03-09 15:07:17 +09:00
parent e215a9db6e
commit 362faaf063
4 changed files with 32 additions and 2845 deletions

View File

@@ -1,6 +1,7 @@
{
self,
lib,
inputs,
...
}:
{
@@ -18,7 +19,7 @@
imports = [ self.nixosModules.test-install-machine-without-system ];
};
clan.machines.test-install-machine-with-system = {
facter.reportPath = ./facter.json;
facter.reportPath = "${inputs.test-fixtures}/nixos-vm-facter-json/facter.json";
fileSystems."/".device = lib.mkDefault "/dev/vda";
boot.loader.grub.device = lib.mkDefault "/dev/vda";