amd pstate: small typo

This commit is contained in:
Jörg Thalheim 2022-08-01 14:14:12 +02:00
parent 68a27c2b00
commit a01a1095e4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ lib, config, ... }: {
# Enables the amd cpu scaling https://www.kernel.org/doc/html/latest/admin-guide/pm/amd-pstate.html
# On recent AMD cupus this can be more energy efficient
# On recent AMD CPUs this can be more energy efficient.
imports = [ ./. ];
boot = lib.mkIf (lib.versionAtLeast config.boot.kernelPackages.kernel.version "5.17") {