mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-24 20:51:53 -05:00
disabled os-prober on rustboro
This commit is contained in:
parent
2f3c3d6e89
commit
23ae6e5fe5
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue