1

Small fix

This commit is contained in:
2023-07-13 00:06:45 +02:00
parent de28ced5b2
commit 5824b4d43a

View File

@ -15,6 +15,8 @@
];
boot.loader = lib.mkForce {
systemd-boot.enable = false;
grub.enable = true;
grub.device = "/dev/sda";
grub.useOSProber = true;