mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
lib makeDiskoTest: use systemd-boot if efi is enabled
This commit is contained in:
parent
815d018e2f
commit
fc98920ef5
1 changed files with 2 additions and 0 deletions
|
@ -100,7 +100,9 @@ let
|
|||
echo -n 'secretsecret' > /tmp/secret.key
|
||||
'';
|
||||
boot.consoleLogLevel = lib.mkForce 100;
|
||||
boot.loader.systemd-boot.enable = lib.mkDefault efi;
|
||||
};
|
||||
|
||||
installed-system-eval = eval-config {
|
||||
modules = [ installed-system ];
|
||||
inherit (pkgs) system;
|
||||
|
|
Loading…
Reference in a new issue