nixosTests.systemd-initrd-swraid: mount the host Nix store

Same rationale as caf6f41e2e.
This commit is contained in:
Raito Bezarius 2023-05-25 19:07:08 +02:00
parent de7f3cb2fa
commit db811f12eb

View File

@ -6,6 +6,8 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
virtualisation = {
emptyDiskImages = [ 512 512 ];
useBootLoader = true;
# Booting off the RAID requires an available init script
mountHostNixStore = true;
useEFIBoot = true;
};
boot.loader.systemd-boot.enable = true;