mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
Apply suggestions from code review
Whitespace consistency Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
parent
04d501e90e
commit
60870f2f07
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
../../../common/cpu/intel
|
../../../common/cpu/intel
|
||||||
../../../common/pc/laptop
|
../../../common/pc/laptop
|
||||||
../../../common/pc/ssd
|
../../../common/pc/ssd
|
||||||
../../../common/gpu/intel/meteor-lake
|
../../../common/gpu/intel/meteor-lake
|
||||||
];
|
];
|
||||||
|
|
||||||
# Allows for updating firmware via `fwupdmgr`.
|
# Allows for updating firmware via `fwupdmgr`.
|
||||||
|
@ -12,5 +12,5 @@
|
||||||
# This will save you money and possibly your life!
|
# This will save you money and possibly your life!
|
||||||
services.thermald.enable = mkDefault true;
|
services.thermald.enable = mkDefault true;
|
||||||
|
|
||||||
hardware.intelgpu.deviceID = "7d55";
|
hardware.intelgpu.deviceID = "7d55";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue