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

Same rationale as caf6f41e2e.
This commit is contained in:
Raito Bezarius
2023-06-08 16:55:49 +02:00
parent db811f12eb
commit e190364fd7
@@ -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;
};