disabled os-prober on rustboro

This commit is contained in:
Aly Raffauf 2024-03-01 19:46:38 -05:00
parent 2f3c3d6e89
commit 23ae6e5fe5

View file

@ -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.