mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
E14-intel: add gen4 configuration
This commit is contained in:
committed by
Sandro Jäckel
parent
9b383cd3f4
commit
aaa8e548c3
11
lenovo/thinkpad/e14/intel/gen4/default.nix
Normal file
11
lenovo/thinkpad/e14/intel/gen4/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../.
|
||||
../../../../../common/cpu/intel/alder-lake
|
||||
];
|
||||
|
||||
services.throttled.enable = lib.mkDefault false;
|
||||
hardware.intelgpu.driver = "xe";
|
||||
}
|
||||
Reference in New Issue
Block a user