Skip to content

Commit

Permalink
undervolt: clarify that the service is unofficial
Browse files Browse the repository at this point in the history
The original warning almost made it sound like the service was made by or
somehow connected to Intel which is not the case
  • Loading branch information
Atemu committed Jun 27, 2020
1 parent d35735a commit 2c7402b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nixos/modules/services/hardware/undervolt.nix
Expand Up @@ -25,8 +25,11 @@ let
in
{
options.services.undervolt = {
enable = mkEnableOption
"Intel CPU undervolting service (WARNING: may permanently damage your hardware!)";
enable = mkEnableOption ''
Undervolting service for Intel CPUs.
Warning: This service is not endorsed by Intel and may permanently damage your hardware. Use at your own risk!
'';

verbose = mkOption {
type = types.bool;
Expand Down

0 comments on commit 2c7402b

Please sign in to comment.