···11-# List all devices which are detected by nixos-hardware-scan.
11+# List all devices which are detected by nixos-generate-config.
22# Common devices are enabled by default.
33{ config, lib, pkgs, ... }:
44
+1-1
nixos/modules/installer/scan/not-detected.nix
···11-# List all devices which are _not_ detected by nixos-hardware-scan.
11+# List all devices which are _not_ detected by nixos-generate-config.
22# Common devices are enabled by default.
33{ config, lib, pkgs, ... }:
44
+1-1
nixos/modules/system/boot/kernel.nix
···176176177177 boot.initrd.availableKernelModules =
178178 [ # Note: most of these (especially the SATA/PATA modules)
179179- # shouldn't be included by default since nixos-hardware-scan
179179+ # shouldn't be included by default since nixos-generate-config
180180 # detects them, but I'm keeping them for now for backwards
181181 # compatibility.
182182