Merge pull request #91666 from Atemu/undervolt-warning

undervolt: clarify that the service is unofficial
This commit is contained in:
Graham Christensen
2020-06-27 08:39:55 -04:00
committed by GitHub

View File

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