summary refs log tree commit diff
path: root/nixos/modules/installer/tools/nixos-generate-config.pl
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-06-21 09:15:45 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-06-22 23:51:08 +0100
commite943489f24b0111f3d5150e8efe33ff7eb5b42da (patch)
tree355f62473bc25c15a1455cd0dc6954ed85a3b710 /nixos/modules/installer/tools/nixos-generate-config.pl
parent740fa4dc5b326f98a5e7cc5d0b590e9803287889 (diff)
downloadnixpkgs-e943489f24b0111f3d5150e8efe33ff7eb5b42da.tar
nixpkgs-e943489f24b0111f3d5150e8efe33ff7eb5b42da.tar.gz
nixpkgs-e943489f24b0111f3d5150e8efe33ff7eb5b42da.tar.bz2
nixpkgs-e943489f24b0111f3d5150e8efe33ff7eb5b42da.tar.lz
nixpkgs-e943489f24b0111f3d5150e8efe33ff7eb5b42da.tar.xz
nixpkgs-e943489f24b0111f3d5150e8efe33ff7eb5b42da.tar.zst
nixpkgs-e943489f24b0111f3d5150e8efe33ff7eb5b42da.zip
nixos-generate-config: refer to nixos-hardware
Diffstat (limited to 'nixos/modules/installer/tools/nixos-generate-config.pl')
-rw-r--r--nixos/modules/installer/tools/nixos-generate-config.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/installer/tools/nixos-generate-config.pl b/nixos/modules/installer/tools/nixos-generate-config.pl
index 422c405054d..157dc28e0a8 100644
--- a/nixos/modules/installer/tools/nixos-generate-config.pl
+++ b/nixos/modules/installer/tools/nixos-generate-config.pl
@@ -628,6 +628,7 @@ EOF
         write_file($fn, <<EOF);
 @configuration@
 EOF
+        print STDERR "For more hardware-specific settings, see https://github.com/NixOS/nixos-hardware"
     } else {
         print STDERR "warning: not overwriting existing $fn\n";
     }