+4
-4
nixos/doc/manual/administration/containers.chapter.md
···
+14
nixos/doc/manual/administration/running.md
···+This chapter describes various aspects of managing a running NixOS system, such as how to use the {command}`systemd` service manager.
-21
nixos/doc/manual/administration/running.xml
···
+6
-6
nixos/doc/manual/administration/troubleshooting.chapter.md
···
+4
-4
nixos/doc/manual/configuration/config-syntax.chapter.md
···
+27
nixos/doc/manual/configuration/configuration.md
···+This chapter describes how to configure various aspects of a NixOS machine through the configuration file {file}`/etc/nixos/configuration.nix`. As described in [](#sec-changing-config), changes to this file only take effect after you run {command}`nixos-rebuild`.
-31
nixos/doc/manual/configuration/configuration.xml
···
+3
-3
nixos/doc/manual/configuration/declarative-packages.section.md
···
+3
-3
nixos/doc/manual/configuration/file-systems.chapter.md
···
+9
-9
nixos/doc/manual/configuration/networking.chapter.md
···
+3
-3
nixos/doc/manual/configuration/package-mgmt.chapter.md
···
+12
-12
nixos/doc/manual/configuration/profiles.chapter.md
···
+18
-27
nixos/doc/manual/default.nix
···
+14
nixos/doc/manual/development/development.md
···
-20
nixos/doc/manual/development/development.xml
···
+5
-5
nixos/doc/manual/development/nixos-tests.chapter.md
···
+3
-3
nixos/doc/manual/development/what-happens-during-a-system-switch.chapter.md
···
+1
-1
nixos/doc/manual/development/writing-documentation.chapter.md
···
+10
-10
nixos/doc/manual/development/writing-modules.chapter.md
···
+4
-2
nixos/doc/manual/development/writing-nixos-tests.section.md
···
+11
nixos/doc/manual/installation/installation.md
···
-18
nixos/doc/manual/installation/installation.xml
···
+7
-7
nixos/doc/manual/installation/installing.chapter.md
···
+53
nixos/doc/manual/manual.md
···
-23
nixos/doc/manual/manual.xml
···
+7
nixos/doc/manual/nixos-options.md
+11
nixos/doc/manual/preface.md
···+This manual describes how to install, use and extend NixOS, a Linux distribution based on the purely functional package management system [Nix](https://nixos.org/nix), that is composed using modules and packages defined in the [Nixpkgs](https://nixos.org/nixpkgs) project.+Additional information regarding the Nix package manager and the Nixpkgs project can be found in respectively the [Nix manual](https://nixos.org/nix/manual) and the [Nixpkgs manual](https://nixos.org/nixpkgs/manual).+If you encounter problems, please report them on the [`Discourse`](https://discourse.nixos.org), the [Matrix room](https://matrix.to/#nix:nixos.org), or on the [`#nixos` channel on Libera.Chat](irc://irc.libera.chat/#nixos). Alternatively, consider [contributing to this manual](#chap-contributing). Bugs should be reported in [NixOS’ GitHub issue tracker](https://github.com/NixOS/nixpkgs/issues).+Commands prefixed with `#` have to be run as root, either requiring to login as root user or temporarily switching to it using `sudo` for example.
-42
nixos/doc/manual/preface.xml
···
+25
nixos/doc/manual/release-notes/release-notes.md
···+This section lists the release notes for each stable version of NixOS and current unstable revision.
-30
nixos/doc/manual/release-notes/release-notes.xml
···
+162
-137
pkgs/tools/nix/nixos-render-docs/src/nixos_render_docs/manual.py
···+def included_options(self, token: Token, tokens: Sequence[Token], i: int, options: OptionsDict,def paragraph_open(self, token: Token, tokens: Sequence[Token], i: int, options: OptionsDict,···+def _parse_included_blocks(self, token: Token, env: Optional[MutableMapping[str, Any]]) -> None:
+3
-2
pkgs/tools/nix/nixos-render-docs/src/nixos_render_docs/options.py
···