mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 23:29:08 +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"
|
||||
];
|
||||
extraModulePackages = [ config.boot.kernelPackages.it87 ];
|
||||
extraModprobeConfig = "options it87 force_id=0x8613";
|
||||
initrd.availableKernelModules = [
|
||||
"xhci_pci"
|
||||
"ahci"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue