This commit is contained in:
mjallen18
2025-12-30 17:30:41 -06:00
parent b216fe5215
commit bf31786735
3 changed files with 4 additions and 3 deletions

View File

@@ -167,7 +167,7 @@ in
loader = {
generic-extlinux-compatible = {
enable = lib.mkDefault true;
useGenerationDeviceTree = false;
useGenerationDeviceTree = true;
};
grub.enable = lib.mkForce false;
};