mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:29:24 +08:00
modules.system.kernel: remove unnecessary workaround
This commit is contained in:
@@ -47,8 +47,6 @@ inputs:
|
||||
++ (inputs.lib.optionals (inputs.config.nixos.model.arch == "x86_64") [ "pinctrl-tigerlake" ]);
|
||||
extraModulePackages = inputs.lib.optionals (inputs.pkgs.stdenv.hostPlatform.linuxArch == "x86_64")
|
||||
[ inputs.config.boot.kernelPackages.zenpower ];
|
||||
# force i2c-hid-acpi to load after pinctrl-tigerlake
|
||||
extraModprobeConfig = "softdep i2c-hid-acpi pre: pinctrl-tigerlake";
|
||||
kernelParams = inputs.lib.mkMerge
|
||||
[
|
||||
[ "delayacct" ]
|
||||
|
||||
Reference in New Issue
Block a user