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
commit 8bf8a2a082
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

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

View file

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