summary refs log tree commit diff
path: root/nixos/modules/installer/tools
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-09-18 14:38:26 +0200
committerAtemu <atemu.main@gmail.com>2023-09-18 14:38:26 +0200
commit9084f59d3668d616d01a9114a2e1b0b8d17757cd (patch)
treea59587f276eb9b92e23cda34e8386e09e3be1e74 /nixos/modules/installer/tools
parentdb9208ab987cdeeedf78ad9b4cf3c55f5ebd269b (diff)
downloadnixpkgs-9084f59d3668d616d01a9114a2e1b0b8d17757cd.tar
nixpkgs-9084f59d3668d616d01a9114a2e1b0b8d17757cd.tar.gz
nixpkgs-9084f59d3668d616d01a9114a2e1b0b8d17757cd.tar.bz2
nixpkgs-9084f59d3668d616d01a9114a2e1b0b8d17757cd.tar.lz
nixpkgs-9084f59d3668d616d01a9114a2e1b0b8d17757cd.tar.xz
nixpkgs-9084f59d3668d616d01a9114a2e1b0b8d17757cd.tar.zst
nixpkgs-9084f59d3668d616d01a9114a2e1b0b8d17757cd.zip
nixos/installer: mention search.nixos.org
It's immensely helpful and more user-friendly than the humongous
configuration.nix man page.
Diffstat (limited to 'nixos/modules/installer/tools')
-rw-r--r--nixos/modules/installer/tools/tools.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix
index 6564b583464..78bcbbe2db5 100644
--- a/nixos/modules/installer/tools/tools.nix
+++ b/nixos/modules/installer/tools/tools.nix
@@ -134,8 +134,8 @@ in
 
     system.nixos-generate-config.configuration = mkDefault ''
       # Edit this configuration file to define what should be installed on
-      # your system.  Help is available in the configuration.nix(5) man page
-      # and in the NixOS manual (accessible by running `nixos-help`).
+      # your system. Help is available in the configuration.nix(5) man page, on
+      # https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
 
       { config, lib, pkgs, ... }: