nixos-generate-config: refer to nixos-hardware

This commit is contained in:
Jörg Thalheim 2020-06-21 09:15:45 +01:00
parent 740fa4dc5b
commit e943489f24
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -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";
}