mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 07:38:28 +01:00
srv-core: Attempt to enable PWM manual control
This commit is contained in:
parent
46e25b8d44
commit
ff9c7ec269
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
"it87"
|
"it87"
|
||||||
];
|
];
|
||||||
extraModulePackages = [ config.boot.kernelPackages.it87 ];
|
extraModulePackages = [ config.boot.kernelPackages.it87 ];
|
||||||
|
extraModprobeConfig = "options it87 force_id=0x8613";
|
||||||
initrd.availableKernelModules = [
|
initrd.availableKernelModules = [
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
"ahci"
|
"ahci"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue