mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
nixos/*: remove <productname>
no change to the rendered output, and we can't properly represent this in markdown anyway.
This commit is contained in:
parent
a4fdff515b
commit
2646fd7c1b
@ -12,8 +12,7 @@ in
|
||||
options = {
|
||||
services.geoipupdate = {
|
||||
enable = lib.mkEnableOption ''
|
||||
periodic downloading of GeoIP databases using
|
||||
<productname>geoipupdate</productname>.
|
||||
periodic downloading of GeoIP databases using geoipupdate.
|
||||
'';
|
||||
|
||||
interval = lib.mkOption {
|
||||
@ -37,8 +36,7 @@ in
|
||||
}
|
||||
'';
|
||||
description = ''
|
||||
<productname>geoipupdate</productname> configuration
|
||||
options. See
|
||||
geoipupdate configuration options. See
|
||||
<link xlink:href="https://github.com/maxmind/geoipupdate/blob/main/doc/GeoIP.conf.md"/>
|
||||
for a full list of available options.
|
||||
|
||||
@ -86,8 +84,7 @@ in
|
||||
LicenseKey = lib.mkOption {
|
||||
type = with lib.types; either path (attrsOf path);
|
||||
description = ''
|
||||
A file containing the
|
||||
<productname>MaxMind</productname> license key.
|
||||
A file containing the MaxMind license key.
|
||||
|
||||
Always handled as a secret whether the value is
|
||||
wrapped in a <literal>{ _secret = ...; }</literal>
|
||||
|
@ -495,9 +495,7 @@ in
|
||||
];
|
||||
'';
|
||||
description = ''
|
||||
Plugins to install as part of
|
||||
<productname>Discourse</productname>, expressed as a list of
|
||||
derivations.
|
||||
Plugins to install as part of Discourse, expressed as a list of derivations.
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user