grub correctly maybe

This commit is contained in:
twoneis 2025-02-06 15:28:51 +01:00
parent c2b825502c
commit 867876be63

View file

@ -14,7 +14,7 @@
kernelPackages = pkgs.linuxPackages_zen;
loader = {
grub = {
devices = [ "/dev/sda1" ];
devices = [ "/dev/sda" ];
useOSProber = true;
efiSupport = true;
efiInstallAsRemovable = true;