summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorVictor Nawothnig <Victor.Nawothnig@gmail.com>2019-07-04 16:59:11 +0200
committerVictor Nawothnig <Victor.Nawothnig@gmail.com>2019-07-04 16:59:11 +0200
commit1d9358a8cf67004cc9067d9fb3b791848cf64e8d (patch)
tree7818cd22ab3e47fb45959fe0f8720a82d08c15b1 /common
parent79e188ac6bc9da1f34b20511512913fc7a67cd04 (diff)
Specify a correct unit description
Diffstat (limited to 'common')
-rw-r--r--common/pc/laptop/cpu-throttling-bug.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/pc/laptop/cpu-throttling-bug.nix b/common/pc/laptop/cpu-throttling-bug.nix
index a44bb72..7f3caa2 100644
--- a/common/pc/laptop/cpu-throttling-bug.nix
+++ b/common/pc/laptop/cpu-throttling-bug.nix
@@ -6,7 +6,7 @@
# See https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X1_Carbon_(Gen_6)#Power_management.2FThrottling_issues
systemd.services.cpu-throttling = {
enable = true;
- description = "Sets the offset to 3 °C, so the new trip point is 97 °C";
+ description = "CPU Throttling Fix";
documentation = [
"https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X1_Carbon_(Gen_6)#Power_management.2FThrottling_issues"
];
@@ -22,7 +22,7 @@
systemd.timers.cpu-throttling = {
enable = true;
- description = "Set cpu heating limit to 97 °C";
+ description = "CPU Throttling Fix";
documentation = [
"https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X1_Carbon_(Gen_6)#Power_management.2FThrottling_issues"
];