summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-05-25 19:07:40 +0200
committerRaito Bezarius <masterancpp@gmail.com>2023-06-08 16:55:49 +0200
commite190364fd72815d636bc2c7a48752155643f75fc (patch)
tree187e3299fe12b4fab2546749169580f82a0a8625 /nixos
parentdb811f12eb5393c4a1113139713d4a4937209c22 (diff)
nixosTests.systemd-initrd-networkd-ssh: mount the host Nix store
Same rationale as caf6f41e2e1.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/systemd-initrd-networkd-ssh.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/systemd-initrd-networkd-ssh.nix b/nixos/tests/systemd-initrd-networkd-ssh.nix
index 943552613be9..526aa16efdd7 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;
};