From ff9c7ec2694c9e4c0a6b27773abd9658974effb3 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 9 Mar 2026 16:08:23 +0100 Subject: [PATCH] srv-core: Attempt to enable PWM manual control --- hosts/srv-core/hardware.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/srv-core/hardware.nix b/hosts/srv-core/hardware.nix index b418ddc..9b268a5 100644 --- a/hosts/srv-core/hardware.nix +++ b/hosts/srv-core/hardware.nix @@ -11,6 +11,7 @@ "it87" ]; extraModulePackages = [ config.boot.kernelPackages.it87 ]; + extraModprobeConfig = "options it87 force_id=0x8613"; initrd.availableKernelModules = [ "xhci_pci" "ahci"