diff --git a/modules/installer/tools/nixos-hardware-scan.pl b/modules/installer/tools/nixos-hardware-scan.pl index 25ef0afe67a1..56549f99235d 100644 --- a/modules/installer/tools/nixos-hardware-scan.pl +++ b/modules/installer/tools/nixos-hardware-scan.pl @@ -231,6 +231,7 @@ print <nixos-rebuild to speed up builds. ''; }; + + installer.installProfile = pkgs.lib.mkOption { + default = "base"; + example = "graphical"; + description = '' + Name of the profile used when generating the hardware-scan. + ''; + }; };