nixpkgs/nixos/modules/installer
DavHau 08783a39b0 nixos: add option hardware.enableAllHardware
This allows users to simply enable support for all hardware by enabling the option `hardware.enableAllHardware`, instead of having to import `modules/profiles/all-hardware.nix`.

This is better, as the enableAllHardware option will be discoverable via search.nixos.org, while the `all-hardware.nix` is hidden inside nixpkgs and hard to discover.

Backward compatibility is provided by replacing the old `profiles/all-hardware.nix` with a file that sets the `enableAllHardware` option to true.
2024-12-12 16:45:25 +07:00
..
cd-dvd nixos: add option hardware.enableAllHardware 2024-12-12 16:45:25 +07:00
netboot nixos: add option hardware.enableAllHardware 2024-12-12 16:45:25 +07:00
scan nixos/installer.scan: remove with lib; 2024-09-15 10:43:45 +02:00
sd-card nixos: add option hardware.enableAllHardware 2024-12-12 16:45:25 +07:00
tools nixos/tools: add enable options to manual 2024-11-18 16:22:41 +01:00