nixos/*: remove <productname>

no change to the rendered output, and we can't properly represent this
in markdown anyway.
This commit is contained in:
pennae 2022-08-13 11:52:50 +02:00 committed by pennae
parent a4fdff515b
commit 2646fd7c1b
2 changed files with 4 additions and 9 deletions

View file

@ -12,8 +12,7 @@ in
options = { options = {
services.geoipupdate = { services.geoipupdate = {
enable = lib.mkEnableOption '' enable = lib.mkEnableOption ''
periodic downloading of GeoIP databases using periodic downloading of GeoIP databases using geoipupdate.
<productname>geoipupdate</productname>.
''; '';
interval = lib.mkOption { interval = lib.mkOption {
@ -37,8 +36,7 @@ in
} }
''; '';
description = '' description = ''
<productname>geoipupdate</productname> configuration geoipupdate configuration options. See
options. See
<link xlink:href="https://github.com/maxmind/geoipupdate/blob/main/doc/GeoIP.conf.md"/> <link xlink:href="https://github.com/maxmind/geoipupdate/blob/main/doc/GeoIP.conf.md"/>
for a full list of available options. for a full list of available options.
@ -86,8 +84,7 @@ in
LicenseKey = lib.mkOption { LicenseKey = lib.mkOption {
type = with lib.types; either path (attrsOf path); type = with lib.types; either path (attrsOf path);
description = '' description = ''
A file containing the A file containing the MaxMind license key.
<productname>MaxMind</productname> license key.
Always handled as a secret whether the value is Always handled as a secret whether the value is
wrapped in a <literal>{ _secret = ...; }</literal> wrapped in a <literal>{ _secret = ...; }</literal>

View file

@ -495,9 +495,7 @@ in
]; ];
''; '';
description = '' description = ''
Plugins to install as part of Plugins to install as part of Discourse, expressed as a list of derivations.
<productname>Discourse</productname>, expressed as a list of
derivations.
''; '';
}; };