mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
dell/xps/15-9520: add alder-lake gpu profile
This commit is contained in:
parent
3854ace106
commit
9da64c8fd9
1 changed files with 2 additions and 1 deletions
|
@ -2,13 +2,14 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../../common/cpu/intel
|
../../../common/cpu/intel
|
||||||
|
../../../common/gpu/intel/alder-lake
|
||||||
../../../common/pc/laptop
|
../../../common/pc/laptop
|
||||||
../../../common/pc/laptop/ssd
|
../../../common/pc/laptop/ssd
|
||||||
];
|
];
|
||||||
|
|
||||||
# This will save you money and possibly your life!
|
# This will save you money and possibly your life!
|
||||||
services.thermald.enable = lib.mkDefault true;
|
services.thermald.enable = lib.mkDefault true;
|
||||||
|
|
||||||
# WiFi speed is slow and crashes by default (https://bugzilla.kernel.org/show_bug.cgi?id=213381)
|
# WiFi speed is slow and crashes by default (https://bugzilla.kernel.org/show_bug.cgi?id=213381)
|
||||||
# disable_11ax - required until ax driver support is fixed
|
# disable_11ax - required until ax driver support is fixed
|
||||||
# power_save - works well on this card
|
# power_save - works well on this card
|
||||||
|
|
Loading…
Reference in a new issue