lol

nixosTests.systemd-initrd-btrfs-raid: mount the host Nix store

Same rationale as caf6f41e2e1.

+2
+2
nixos/tests/systemd-initrd-btrfs-raid.nix
··· 6 6 virtualisation = { 7 7 emptyDiskImages = [ 512 512 ]; 8 8 useBootLoader = true; 9 + # Booting off the BTRFS RAID requires an available init script from the Nix store 10 + mountHostNixStore = true; 9 11 useEFIBoot = true; 10 12 }; 11 13 boot.loader.systemd-boot.enable = true;