nixos/installer: mention search.nixos.org

It's immensely helpful and more user-friendly than the humongous
configuration.nix man page.
This commit is contained in:
Atemu 2023-09-18 14:38:26 +02:00
parent db9208ab98
commit 9084f59d36

View file

@ -134,8 +134,8 @@ in
system.nixos-generate-config.configuration = mkDefault '' system.nixos-generate-config.configuration = mkDefault ''
# Edit this configuration file to define what should be installed on # Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page # your system. Help is available in the configuration.nix(5) man page, on
# and in the NixOS manual (accessible by running `nixos-help`). # https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }: