about summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2019-01-02 17:19:23 +0100
committerVladimír Čunát <vcunat@gmail.com>2019-01-02 17:19:23 +0100
commit70bff06140175862b2489301ff6595b4e84235e7 (patch)
treed90e25a694b718ddd1fc5b4b96c9c1f3a1f61091 /nixos/modules/installer
parentf603c1c52c585cd8835f6ec28d9b909064c3cd13 (diff)
parentde96413bbfc3deae4e81b48d7d973f836985c39c (diff)
downloadnixlib-70bff06140175862b2489301ff6595b4e84235e7.tar
nixlib-70bff06140175862b2489301ff6595b4e84235e7.tar.gz
nixlib-70bff06140175862b2489301ff6595b4e84235e7.tar.bz2
nixlib-70bff06140175862b2489301ff6595b4e84235e7.tar.lz
nixlib-70bff06140175862b2489301ff6595b4e84235e7.tar.xz
nixlib-70bff06140175862b2489301ff6595b4e84235e7.tar.zst
nixlib-70bff06140175862b2489301ff6595b4e84235e7.zip
Merge branch 'master' into staging
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/tools/nixos-generate-config.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/nixos-generate-config.pl b/nixos/modules/installer/tools/nixos-generate-config.pl
index 52a129b39bcd..fa01dc7bbaf0 100644
--- a/nixos/modules/installer/tools/nixos-generate-config.pl
+++ b/nixos/modules/installer/tools/nixos-generate-config.pl
@@ -104,7 +104,7 @@ if (-e "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors") {
 
     foreach $e (@desired_governors) {
         if (index($governors, $e) != -1) {
-            last if (push @attrs, "powerManagement.cpuFreqGovernor = lib.mkDefault \"$e\";");
+            last if (push @attrs, "powerManagement.cpufreq.governor = lib.mkDefault \"$e\";");
         }
     }
 }