mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
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 = {
|
virtualisation = {
|
||||||
emptyDiskImages = [ 4096 ];
|
emptyDiskImages = [ 4096 ];
|
||||||
useBootLoader = true;
|
useBootLoader = true;
|
||||||
|
# Booting off the encrypted disk requires an available init script from the Nix store
|
||||||
|
mountHostNixStore = true;
|
||||||
useEFIBoot = true;
|
useEFIBoot = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user