fix
This commit is contained in:
parent
afc687939b
commit
6bbaa4326e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
devices = [config.disko.devices.disk.main.device];
|
||||
devices = [config.disko.devices.disk.installer.device];
|
||||
efiInstallAsRemovable = true;
|
||||
efiSupport = true;
|
||||
memtest86.enable = true;
|
||||
|
|
Loading…
Reference in a new issue