mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
fix comments about nixos-hardware-scan
It has been renamed to nixos-generate-config in 3ed4173
This commit is contained in:
parent
41933918b7
commit
47c214cc2a
@ -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, ... }:
|
||||
|
||||
|
@ -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, ... }:
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user