From 23ae6e5fe5ae860e6e6e5f8fd7ab458dfa9300a7 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 1 Mar 2024 19:46:38 -0500 Subject: [PATCH] disabled os-prober on rustboro --- hosts/rustboro/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index a4e8549b..f822f308 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -13,7 +13,7 @@ # Bootloader. boot.loader.grub.enable = true; boot.loader.grub.device = "/dev/sda"; - boot.loader.grub.useOSProber = true; + boot.loader.grub.useOSProber = false; networking.hostName = "rustboro"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.