summary refs log tree commit diff
path: root/nixos/doc/manual/configuration
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-07-04 08:42:44 +0800
committerBobby Rong <rjl931189261@126.com>2021-07-04 08:42:44 +0800
commit227811ac97db3e1b158a91815d0c521e4f56ae20 (patch)
treef1047e783835a0f48419f413e05de478b54f1af8 /nixos/doc/manual/configuration
parent9c1623cbe45600298c152250e2a41342131aa7bd (diff)
downloadnixpkgs-227811ac97db3e1b158a91815d0c521e4f56ae20.tar
nixpkgs-227811ac97db3e1b158a91815d0c521e4f56ae20.tar.gz
nixpkgs-227811ac97db3e1b158a91815d0c521e4f56ae20.tar.bz2
nixpkgs-227811ac97db3e1b158a91815d0c521e4f56ae20.tar.lz
nixpkgs-227811ac97db3e1b158a91815d0c521e4f56ae20.tar.xz
nixpkgs-227811ac97db3e1b158a91815d0c521e4f56ae20.tar.zst
nixpkgs-227811ac97db3e1b158a91815d0c521e4f56ae20.zip
nixos: use only URI fragment in manual options links
Diffstat (limited to 'nixos/doc/manual/configuration')
-rw-r--r--nixos/doc/manual/configuration/profiles/all-hardware.section.md2
-rw-r--r--nixos/doc/manual/configuration/profiles/demo.section.md2
-rw-r--r--nixos/doc/manual/configuration/profiles/docker-container.section.md2
-rw-r--r--nixos/doc/manual/configuration/profiles/graphical.section.md8
-rw-r--r--nixos/doc/manual/configuration/profiles/hardened.section.md2
-rw-r--r--nixos/doc/manual/configuration/profiles/headless.section.md8
-rw-r--r--nixos/doc/manual/configuration/profiles/installation-device.section.md6
-rw-r--r--nixos/doc/manual/configuration/profiles/minimal.section.md8
8 files changed, 19 insertions, 19 deletions
diff --git a/nixos/doc/manual/configuration/profiles/all-hardware.section.md b/nixos/doc/manual/configuration/profiles/all-hardware.section.md
index 0344b32c52f..e2dd7c76089 100644
--- a/nixos/doc/manual/configuration/profiles/all-hardware.section.md
+++ b/nixos/doc/manual/configuration/profiles/all-hardware.section.md
@@ -6,6 +6,6 @@ use is in the NixOS installation CDs.
 
 The enabled kernel modules include support for SATA and PATA, SCSI
 (partially), USB, Firewire (untested), Virtio (QEMU, KVM, etc.), VMware, and
-Hyper-V. Additionally, [`hardware.enableAllFirmware`](options.html#opt-hardware.enableAllFirmware) is
+Hyper-V. Additionally, [](#opt-hardware.enableAllFirmware) is
 enabled, and the firmware for the ZyDAS ZD1211 chipset is specifically
 installed.
diff --git a/nixos/doc/manual/configuration/profiles/demo.section.md b/nixos/doc/manual/configuration/profiles/demo.section.md
index a50f5a00ada..0a0df483c12 100644
--- a/nixos/doc/manual/configuration/profiles/demo.section.md
+++ b/nixos/doc/manual/configuration/profiles/demo.section.md
@@ -1,4 +1,4 @@
 # Demo {#sec-profile-demo}
 
 This profile just enables a `demo` user, with password `demo`, uid `1000`, `wheel` group and
-[autologin in the SDDM display manager](options.html#opt-services.xserver.displayManager.autoLogin).
+[autologin in the SDDM display manager](#opt-services.xserver.displayManager.autoLogin).
diff --git a/nixos/doc/manual/configuration/profiles/docker-container.section.md b/nixos/doc/manual/configuration/profiles/docker-container.section.md
index 59954112c30..f3e29b92f5e 100644
--- a/nixos/doc/manual/configuration/profiles/docker-container.section.md
+++ b/nixos/doc/manual/configuration/profiles/docker-container.section.md
@@ -4,4 +4,4 @@ This is the profile from which the Docker images are generated. It prepares a
 working system by importing the [Minimal](#sec-profile-minimal) and
 [Clone Config](#sec-profile-clone-config) profiles, and
 setting appropriate configuration options that are useful inside a container
-context, like [`boot.isContainer`](options.html#opt-boot.isContainer).
+context, like [](#opt-boot.isContainer).
diff --git a/nixos/doc/manual/configuration/profiles/graphical.section.md b/nixos/doc/manual/configuration/profiles/graphical.section.md
index 767cde9b79e..aaea5c8c028 100644
--- a/nixos/doc/manual/configuration/profiles/graphical.section.md
+++ b/nixos/doc/manual/configuration/profiles/graphical.section.md
@@ -3,8 +3,8 @@
 Defines a NixOS configuration with the Plasma 5 desktop. It's used by the
 graphical installation CD.
 
-It sets [`services.xserver.enable`](options.html#opt-services.xserver.enable),
-[`services.xserver.displayManager.sddm.enable`](options.html#opt-services.xserver.displayManager.sddm.enable),
-[`services.xserver.desktopManager.plasma5.enable`](options.html#opt-services.xserver.desktopManager.plasma5.enable),
-and [`services.xserver.libinput.enable`](options.html#opt-services.xserver.libinput.enable) to true. It also
+It sets [](#opt-services.xserver.enable),
+[](#opt-services.xserver.displayManager.sddm.enable),
+[](#opt-services.xserver.desktopManager.plasma5.enable),
+and [](#opt-services.xserver.libinput.enable) to true. It also
 includes glxinfo and firefox in the system packages list.
diff --git a/nixos/doc/manual/configuration/profiles/hardened.section.md b/nixos/doc/manual/configuration/profiles/hardened.section.md
index 958da94d261..9fb5e18c384 100644
--- a/nixos/doc/manual/configuration/profiles/hardened.section.md
+++ b/nixos/doc/manual/configuration/profiles/hardened.section.md
@@ -8,7 +8,7 @@ available to processes through the `/sys` and
 `/proc` filesystems. It also disables the User Namespaces
 feature of the kernel, which stops Nix from being able to build anything
 (this particular setting can be overriden via
-[`security.allowUserNamespaces`](options.html#opt-security.allowUserNamespaces)). See the
+[](#opt-security.allowUserNamespaces)). See the
 [profile source](https://github.com/nixos/nixpkgs/tree/master/nixos/modules/profiles/hardened.nix)
 for further detail on which settings are altered.
 
diff --git a/nixos/doc/manual/configuration/profiles/headless.section.md b/nixos/doc/manual/configuration/profiles/headless.section.md
index 1db4a82a4de..d185a9a774b 100644
--- a/nixos/doc/manual/configuration/profiles/headless.section.md
+++ b/nixos/doc/manual/configuration/profiles/headless.section.md
@@ -2,8 +2,8 @@
 
 Common configuration for headless machines (e.g., Amazon EC2 instances).
 
-Disables [sound](options.html#opt-sound.enable),
-[vesa](options.html#opt-boot.vesa), serial consoles,
-[emergency mode](options.html#opt-systemd.enableEmergencyMode),
-[grub splash images](options.html#opt-boot.loader.grub.splashImage)
+Disables [sound](#opt-sound.enable),
+[vesa](#opt-boot.vesa), serial consoles,
+[emergency mode](#opt-systemd.enableEmergencyMode),
+[grub splash images](#opt-boot.loader.grub.splashImage)
 and configures the kernel to reboot automatically on panic.
diff --git a/nixos/doc/manual/configuration/profiles/installation-device.section.md b/nixos/doc/manual/configuration/profiles/installation-device.section.md
index aa5678c031a..ae9f8fa7757 100644
--- a/nixos/doc/manual/configuration/profiles/installation-device.section.md
+++ b/nixos/doc/manual/configuration/profiles/installation-device.section.md
@@ -6,15 +6,15 @@ This enables redistributable firmware, includes the
 and a copy of the Nixpkgs channel, so `nixos-install`
 works out of the box.
 
-Documentation for [Nixpkgs](options.html#opt-documentation.enable)
-and [NixOS](options.html#opt-documentation.nixos.enable) are
+Documentation for [Nixpkgs](#opt-documentation.enable)
+and [NixOS](#opt-documentation.nixos.enable) are
 forcefully enabled (to override the
 [Minimal profile](#sec-profile-minimal) preference); the
 NixOS manual is shown automatically on TTY 8, udisks is disabled.
 Autologin is enabled as `nixos` user, while passwordless
 login as both `root` and `nixos` is possible.
 Passwordless `sudo` is enabled too.
-[wpa_supplicant](options.html#opt-networking.wireless.enable) is
+[wpa_supplicant](#opt-networking.wireless.enable) is
 enabled, but configured to not autostart.
 
 It is explained how to login, start the ssh server, and if available,
diff --git a/nixos/doc/manual/configuration/profiles/minimal.section.md b/nixos/doc/manual/configuration/profiles/minimal.section.md
index d5a569d6620..02a3b65ae42 100644
--- a/nixos/doc/manual/configuration/profiles/minimal.section.md
+++ b/nixos/doc/manual/configuration/profiles/minimal.section.md
@@ -2,8 +2,8 @@
 
 This profile defines a small NixOS configuration. It does not contain any
 graphical stuff. It's a very short file that enables
-[noXlibs](options.html#opt-environment.noXlibs), sets
-[`i18n.supportedLocales`](options.html#opt-i18n.supportedLocales) to
+[noXlibs](#opt-environment.noXlibs), sets
+[](#opt-i18n.supportedLocales) to
 only support the user-selected locale,
-[disables packages' documentation](options.html#opt-documentation.enable),
-and [disables sound](options.html#opt-sound.enable).
+[disables packages' documentation](#opt-documentation.enable),
+and [disables sound](#opt-sound.enable).