diff --git a/nixos/tests/systemd-initrd-networkd-ssh.nix b/nixos/tests/systemd-initrd-networkd-ssh.nix index 943552613be..526aa16efdd 100644 --- a/nixos/tests/systemd-initrd-networkd-ssh.nix +++ b/nixos/tests/systemd-initrd-networkd-ssh.nix @@ -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; };