E14-intel: add gen4 configuration

This commit is contained in:
Florian Pester
2025-05-07 09:10:30 +02:00
committed by Sandro Jäckel
parent 9b383cd3f4
commit aaa8e548c3
3 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
{ lib, ... }:
{
imports = [
../../.
../../../../../common/cpu/intel/alder-lake
];
services.throttled.enable = lib.mkDefault false;
hardware.intelgpu.driver = "xe";
}