nixos/tests/lvm2/systemd-stage-1: mount the host Nix store

Same rationale as in caf6f41e2e.
This commit is contained in:
Raito Bezarius 2023-05-26 17:17:35 +02:00
parent 59891e405d
commit ff3936e14b

View File

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