forked from mirrors/nixpkgs
nixosTests.systemd-initrd-networkd-ssh: mount the host Nix store
Same rationale as caf6f41e2e
.
This commit is contained in:
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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue