summary refs log tree commit diff
path: root/nixos/modules/services/misc/nix-daemon.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-02 17:34:22 +0200
committerpennae <github@quasiparticle.net>2022-08-03 20:39:21 +0200
commit694d5b19d30bf66687b42fb77f43ea7cd1002a62 (patch)
treec6f96a086cfcf7e03ed59ef4974318e161d0925d /nixos/modules/services/misc/nix-daemon.nix
parent951c50ec6dfc10324374d905edb2c028a284859e (diff)
downloadnixpkgs-694d5b19d30bf66687b42fb77f43ea7cd1002a62.tar
nixpkgs-694d5b19d30bf66687b42fb77f43ea7cd1002a62.tar.gz
nixpkgs-694d5b19d30bf66687b42fb77f43ea7cd1002a62.tar.bz2
nixpkgs-694d5b19d30bf66687b42fb77f43ea7cd1002a62.tar.lz
nixpkgs-694d5b19d30bf66687b42fb77f43ea7cd1002a62.tar.xz
nixpkgs-694d5b19d30bf66687b42fb77f43ea7cd1002a62.tar.zst
nixpkgs-694d5b19d30bf66687b42fb77f43ea7cd1002a62.zip
nixos/*: replace </para><para> with double linebreaks
our xslt already replaces double line breaks with a paragraph close and
reopen. not using explicit para tags lets nix-doc-munge convert more
descriptions losslessly.

only whitespace changes to generated documents, except for two
strongswan options gaining paragraph two breaks they arguably should've
had anyway.
Diffstat (limited to 'nixos/modules/services/misc/nix-daemon.nix')
-rw-r--r--nixos/modules/services/misc/nix-daemon.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/nixos/modules/services/misc/nix-daemon.nix b/nixos/modules/services/misc/nix-daemon.nix
index c76aaaa559b..93ff5fcfb86 100644
--- a/nixos/modules/services/misc/nix-daemon.nix
+++ b/nixos/modules/services/misc/nix-daemon.nix
@@ -636,12 +636,10 @@ in
             <manvolnum>5</manvolnum>
           </citerefentry> for avalaible options.
           The value declared here will be translated directly to the key-value pairs Nix expects.
-          </para>
-          <para>
+
           You can use <command>nix-instantiate --eval --strict '&lt;nixpkgs/nixos&gt;' -A config.nix.settings</command>
           to view the current value. By default it is empty.
-          </para>
-          <para>
+
           Nix configurations defined under <option>nix.*</option> will be translated and applied to this
           option. In addition, configuration specified in <option>nix.extraOptions</option> which will be appended
           verbatim to the resulting config file.