From 0efce6279829cf2f88f06092702c517ec60f4e14 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 22 Jul 2023 16:25:47 +0200 Subject: Hosts: Make grub use os-prober --- hosts/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 2dfb426..0c02bef 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -25,6 +25,7 @@ device = "nodev"; enableCryptodisk = true; splashImage = null; + useOSProber = true; }; timeout = 0; }; -- cgit 1.4.1