nixosTests.luks: mount the host Nix store

Same rationale as in caf6f41e2e.
This commit is contained in:
Raito Bezarius 2023-06-08 16:18:58 +02:00
parent ff3936e14b
commit 89952f7bb6

View File

@ -7,6 +7,8 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
emptyDiskImages = [ 512 512 ];
useBootLoader = true;
useEFIBoot = true;
# To boot off the encrypted disk, we need to have a init script which comes from the Nix store
mountHostNixStore = true;
};
boot.loader.systemd-boot.enable = true;