nixos/znc: Fix URL XML for config option
This commit is contained in:
parent
02bb5e35ea
commit
b8dc0f9a5b
|
@ -151,7 +151,7 @@ in
|
||||||
'';
|
'';
|
||||||
description = ''
|
description = ''
|
||||||
Configuration for ZNC, see
|
Configuration for ZNC, see
|
||||||
<literal>https://wiki.znc.in/Configuration</literal> for details. The
|
<link xlink:href="https://wiki.znc.in/Configuration"/> for details. The
|
||||||
Nix value declared here will be translated directly to the xml-like
|
Nix value declared here will be translated directly to the xml-like
|
||||||
format ZNC expects. This is much more flexible than the legacy options
|
format ZNC expects. This is much more flexible than the legacy options
|
||||||
under <option>services.znc.confOptions.*</option>, but also can't do
|
under <option>services.znc.confOptions.*</option>, but also can't do
|
||||||
|
|
Loading…
Reference in New Issue