[disko]Force grub on legacy boot
Some checks failed
Some checks failed
This commit is contained in:
@@ -97,7 +97,7 @@ in
|
|||||||
})
|
})
|
||||||
(lib.mkIf (cfg.enable && cfg.legacy) {
|
(lib.mkIf (cfg.enable && cfg.legacy) {
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
enable = true;
|
enable = lib.mkForce true;
|
||||||
device = "/dev/${cfg.root.disk0}-part1";
|
device = "/dev/${cfg.root.disk0}-part1";
|
||||||
efiSupport = false;
|
efiSupport = false;
|
||||||
enableCryptodisk = cfg.encryption;
|
enableCryptodisk = cfg.encryption;
|
||||||
|
|||||||
Reference in New Issue
Block a user