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.
|
# Common devices are enabled by default.
|
||||||
{ config, lib, pkgs, ... }:
|
{ 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.
|
# Common devices are enabled by default.
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
@ -176,7 +176,7 @@ in
|
|||||||
|
|
||||||
boot.initrd.availableKernelModules =
|
boot.initrd.availableKernelModules =
|
||||||
[ # Note: most of these (especially the SATA/PATA modules)
|
[ # 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
|
# detects them, but I'm keeping them for now for backwards
|
||||||
# compatibility.
|
# compatibility.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user