[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) {
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
enable = lib.mkForce true;
|
||||
device = "/dev/${cfg.root.disk0}-part1";
|
||||
efiSupport = false;
|
||||
enableCryptodisk = cfg.encryption;
|
||||
|
||||
Reference in New Issue
Block a user