summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Maurer <maurer@users.noreply.github.com>2017-05-16 12:22:44 -0400
committerVladimír Čunát <vcunat@gmail.com>2017-05-16 18:22:44 +0200
commitb0ec4b8cc7dc2ebc70a4d6b3a5530892845676cc (patch)
tree00ac7eb9961af8a1dc92d06994e78a3d3d8002a5
parentf5b6c1e58dba2af70a8601ad555b84735fd8b5f3 (diff)
downloadnixpkgs-b0ec4b8cc7dc2ebc70a4d6b3a5530892845676cc.tar
nixpkgs-b0ec4b8cc7dc2ebc70a4d6b3a5530892845676cc.tar.gz
nixpkgs-b0ec4b8cc7dc2ebc70a4d6b3a5530892845676cc.tar.bz2
nixpkgs-b0ec4b8cc7dc2ebc70a4d6b3a5530892845676cc.tar.lz
nixpkgs-b0ec4b8cc7dc2ebc70a4d6b3a5530892845676cc.tar.xz
nixpkgs-b0ec4b8cc7dc2ebc70a4d6b3a5530892845676cc.tar.zst
nixpkgs-b0ec4b8cc7dc2ebc70a4d6b3a5530892845676cc.zip
typo: powerManagment -> powerManagement (#25813)
-rw-r--r--nixos/modules/tasks/powertop.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/tasks/powertop.nix b/nixos/modules/tasks/powertop.nix
index 6f57f5f5c25..0ec4974789b 100644
--- a/nixos/modules/tasks/powertop.nix
+++ b/nixos/modules/tasks/powertop.nix
@@ -3,11 +3,11 @@
 with lib;
 
 let
-  cfg = config.powerManagment.powertop;
+  cfg = config.powerManagement.powertop;
 in {
   ###### interface
 
-  options.powerManagment.powertop.enable = mkEnableOption "powertop auto tuning on startup";
+  options.powerManagement.powertop.enable = mkEnableOption "powertop auto tuning on startup";
 
   ###### implementation