mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 08:37:40 +00:00
nixosTests.luks: mount the host Nix store
Same rationale as in caf6f41e2e
.
This commit is contained in:
parent
ff3936e14b
commit
89952f7bb6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user