nixosTests.systemd-initrd-networkd-ssh: mount the host Nix store

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

View File

@ -10,6 +10,8 @@ import ./make-test-python.nix ({ lib, ... }: {
virtualisation = {
emptyDiskImages = [ 4096 ];
useBootLoader = true;
# Booting off the encrypted disk requires an available init script from the Nix store
mountHostNixStore = true;
useEFIBoot = true;
};