Merge pull request #79 from nix-community/cleanup-test-fixtures

Cleanup test fixtures
This commit is contained in:
nikstur 2023-01-26 02:26:25 +01:00 committed by GitHub
commit eb0ffc6b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 1 additions and 24 deletions

View File

@ -26,7 +26,7 @@ let
boot.lanzaboote = {
enable = true;
enrollKeys = lib.mkDefault true;
pkiBundle = ../../pki;
pkiBundle = ./fixtures/uefi-keys;
};
};
};

View File

@ -1,23 +0,0 @@
{
"v1": {
"init": "/run/current-system/init",
"initrd": "/run/current-system/initrd",
"kernel": "/run/current-system/kernel",
"kernelParams": [
"amd_iommu=on",
"amd_iommu=pt",
"iommu=pt",
"kvm.ignore_msrs=1",
"kvm.report_ignored_msrs=0",
"udev.log_priority=3",
"systemd.unified_cgroup_hierarchy=1",
"loglevel=4"
],
"label": "LanzaOS",
"toplevel": "/run/current-system",
"specialisation": {},
"extensions": {
"lanzaboote": { "osRelease": "/etc/os-release" }
}
}
}