Commit a6e6c8f

HPCesia <me@hpcesia.com>
2025-12-03 08:08:47
feat: disable os prober
1 parent a6d76b0
Changed files (1)
modules
hosts
modules/hosts/kevin/boot.nix
@@ -9,7 +9,7 @@
         devices = ["nodev"];
         efiSupport = true;
         gfxmodeEfi = "1024x768";
-        useOSProber = true;
+        # useOSProber = true; # I'm not using dual system any more.
         theme = inputs.distro-grub-themes.packages.${pkgs.stdenv.hostPlatform.system}.lenovo-grub-theme;
         splashImage = "${theme}/splash_image.jpg";
       };