mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 07:40:30 +01:00
chore: disable useOSProber
This commit is contained in:
parent
647df088fa
commit
de47800cc4
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
||||||
loader.grub = {
|
loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
device = "/dev/sda";
|
device = "/dev/sda";
|
||||||
useOSProber = true;
|
useOSProber = false;
|
||||||
};
|
};
|
||||||
kernelModules = [ "acpi_call" ];
|
kernelModules = [ "acpi_call" ];
|
||||||
extraModulePackages =
|
extraModulePackages =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue