From e190364fd72815d636bc2c7a48752155643f75fc Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Thu, 25 May 2023 19:07:40 +0200 Subject: [PATCH] nixosTests.systemd-initrd-networkd-ssh: mount the host Nix store Same rationale as caf6f41e2e1. --- nixos/tests/systemd-initrd-networkd-ssh.nix | 2 ++ 1 file changed, 2 insertions(+) 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; };