1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

Specify a correct unit description

This commit is contained in:
Victor Nawothnig 2019-07-04 16:59:11 +02:00
parent 79e188ac6b
commit 1d9358a8cf

View File

@ -6,7 +6,7 @@
# See https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X1_Carbon_(Gen_6)#Power_management.2FThrottling_issues # See https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X1_Carbon_(Gen_6)#Power_management.2FThrottling_issues
systemd.services.cpu-throttling = { systemd.services.cpu-throttling = {
enable = true; enable = true;
description = "Sets the offset to 3 °C, so the new trip point is 97 °C"; description = "CPU Throttling Fix";
documentation = [ documentation = [
"https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X1_Carbon_(Gen_6)#Power_management.2FThrottling_issues" "https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X1_Carbon_(Gen_6)#Power_management.2FThrottling_issues"
]; ];
@ -22,7 +22,7 @@
systemd.timers.cpu-throttling = { systemd.timers.cpu-throttling = {
enable = true; enable = true;
description = "Set cpu heating limit to 97 °C"; description = "CPU Throttling Fix";
documentation = [ documentation = [
"https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X1_Carbon_(Gen_6)#Power_management.2FThrottling_issues" "https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X1_Carbon_(Gen_6)#Power_management.2FThrottling_issues"
]; ];