mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 15:50: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 = {
|
||||
enable = true;
|
||||
device = "/dev/sda";
|
||||
useOSProber = true;
|
||||
useOSProber = false;
|
||||
};
|
||||
kernelModules = [ "acpi_call" ];
|
||||
extraModulePackages =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue