fix comments about nixos-hardware-scan

It has been renamed to nixos-generate-config in 3ed4173
This commit is contained in:
Brice Waegeneire 2017-02-18 00:40:54 +01:00 committed by Franz Pletz
parent 41933918b7
commit 47c214cc2a
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# List all devices which are detected by nixos-hardware-scan.
# List all devices which are detected by nixos-generate-config.
# Common devices are enabled by default.
{ config, lib, pkgs, ... }:

View file

@ -1,4 +1,4 @@
# List all devices which are _not_ detected by nixos-hardware-scan.
# List all devices which are _not_ detected by nixos-generate-config.
# Common devices are enabled by default.
{ config, lib, pkgs, ... }:

View file

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