Fix bootloader configurations
This commit is contained in:
parent
e306d6a8e6
commit
73a9b4d16c
3 changed files with 11 additions and 5 deletions
|
@ -47,6 +47,9 @@
|
|||
|
||||
powerManagement.cpuFreqGovernor = "performance";
|
||||
|
||||
boot.loader.efi.canTouchEfiVariables = false; # For the next option
|
||||
boot.loader.grub.efiInstallAsRemovable = true;
|
||||
|
||||
boot = {
|
||||
kernelModules = ["acpi_call"];
|
||||
extraModulePackages = with config.boot.kernelPackages;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue