Merge pull request #91216 from Mic92/nixos-config-generate

nixos-generate-config: refer to nixos-hardware
This commit is contained in:
Jörg Thalheim 2020-06-22 23:52:48 +01:00 committed by GitHub
commit 7aaffa71dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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