treewide: move uefi-keys into test fixtures

To clean up the repository move the uefi keys (`pki/`) to
`nix/tests/fixtures/uefi-keys`.
This commit is contained in:
nikstur 2023-01-26 01:17:18 +01:00
parent 1970b95b68
commit efa2410292
8 changed files with 1 additions and 1 deletions

View File

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