mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Enable all firmware
This commit is contained in:
parent
7a4f784d0f
commit
46c17ace6a
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ systemConfiguration, enabled, ... }:
|
{ systemConfiguration, enabled, ... }:
|
||||||
|
|
||||||
systemConfiguration {
|
systemConfiguration {
|
||||||
|
hardware.enableAllFirmware = true;
|
||||||
powerManagement.cpuFreqGovernor = "performance";
|
powerManagement.cpuFreqGovernor = "performance";
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [
|
boot.initrd.availableKernelModules = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue