summary refs log tree commit diff
path: root/nixos/modules/system/boot
diff options
context:
space:
mode:
authorBrice Waegeneire <brice.wge@gmail.com>2017-02-18 00:40:54 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2017-02-18 13:29:47 +0100
commit47c214cc2ac2bf83dac05b96f6807610a6743fe4 (patch)
tree69dd3ae4f3842dd835856d14c2eabc6747359264 /nixos/modules/system/boot
parent41933918b7443131a8cefd3530f1848f6b2a0595 (diff)
downloadnixlib-47c214cc2ac2bf83dac05b96f6807610a6743fe4.tar
nixlib-47c214cc2ac2bf83dac05b96f6807610a6743fe4.tar.gz
nixlib-47c214cc2ac2bf83dac05b96f6807610a6743fe4.tar.bz2
nixlib-47c214cc2ac2bf83dac05b96f6807610a6743fe4.tar.lz
nixlib-47c214cc2ac2bf83dac05b96f6807610a6743fe4.tar.xz
nixlib-47c214cc2ac2bf83dac05b96f6807610a6743fe4.tar.zst
nixlib-47c214cc2ac2bf83dac05b96f6807610a6743fe4.zip
fix comments about nixos-hardware-scan
It has been renamed to nixos-generate-config in 3ed4173
Diffstat (limited to 'nixos/modules/system/boot')
-rw-r--r--nixos/modules/system/boot/kernel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix
index e751ff141f70..cf70a891c0ca 100644
--- a/nixos/modules/system/boot/kernel.nix
+++ b/nixos/modules/system/boot/kernel.nix
@@ -176,7 +176,7 @@ in
 
     boot.initrd.availableKernelModules =
       [ # Note: most of these (especially the SATA/PATA modules)
-        # shouldn't be included by default since nixos-hardware-scan
+        # shouldn't be included by default since nixos-generate-config
         # detects them, but I'm keeping them for now for backwards
         # compatibility.