diff --git a/host/Impreza/hardware-configuration.nix b/host/Impreza/hardware-configuration.nix index 8e57cf3..c6c6b73 100644 --- a/host/Impreza/hardware-configuration.nix +++ b/host/Impreza/hardware-configuration.nix @@ -41,4 +41,6 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + + boot.loader.grub.useOSProber = true; } diff --git a/modules/host/bootloader.nix b/modules/host/bootloader.nix index 45cc4f7..78623a5 100644 --- a/modules/host/bootloader.nix +++ b/modules/host/bootloader.nix @@ -11,7 +11,6 @@ enable = true; efiSupport = true; device = "nodev"; - useOSProber = true; }; }; consoleLogLevel = 0;