Machines/iMac: set up gpu frequency
This commit is contained in:
parent
1ed98c54b5
commit
7d04111f4a
1 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,10 @@
|
||||||
boot.initrd.kernelModules = [];
|
boot.initrd.kernelModules = [];
|
||||||
boot.initrd.systemd.enable = true;
|
boot.initrd.systemd.enable = true;
|
||||||
boot.kernelModules = ["kvm-intel" "wl"];
|
boot.kernelModules = ["kvm-intel" "wl"];
|
||||||
boot.kernelParams = ["acpi_backlight=video"];
|
boot.kernelParams = [
|
||||||
|
"acpi_backlight=video"
|
||||||
|
"nouveau.config=NvClkMode=15"
|
||||||
|
];
|
||||||
boot.extraModulePackages = [config.boot.kernelPackages.broadcom_sta];
|
boot.extraModulePackages = [config.boot.kernelPackages.broadcom_sta];
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue