eve | first pass @ custom kernel config
This commit is contained in:
parent
f2a8ec8606
commit
e797c5d88e
1 changed files with 12 additions and 0 deletions
12
hosts/eve/kernel.nix
Normal file
12
hosts/eve/kernel.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
boot.kernelPatches = lib.singleton {
|
||||
name = "eve-config";
|
||||
patch = null;
|
||||
extraStructuredConfig = with lib.kernel; {
|
||||
CROS_EC_I2C = module;
|
||||
CROS_KBD_LED_BACKLIGHT = module;
|
||||
I2C_HID_ACPI = yes;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue