1
0
Fork 0
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:
JohnMolotov 2024-09-20 18:32:51 +10:00 committed by GitHub
parent 04d501e90e
commit 60870f2f07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";
} }