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
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
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";
}