Merge pull request #1268 from NixOS/e14-intel

E14-intel: import intel comet lake
This commit is contained in:
Jörg Thalheim
2025-04-23 09:10:33 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -3,4 +3,6 @@
./cpu-only.nix
../../../gpu/intel/comet-lake
];
hardware.intelgpu.vaapiDriver = "intel-media-driver";
}

View File

@@ -3,7 +3,7 @@
{
imports = [
../.
../../../../common/cpu/intel
../../../../common/cpu/intel/comet-lake
];
services.throttled.enable = lib.mkDefault true;