nixos/pgpkeyserver-lite: fix typo
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
parent
ec8cb34358
commit
d48c2fd1ca
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ in
|
||||||
defaultText = literalExpression "head config.${sksOpt.hkpAddress}";
|
defaultText = literalExpression "head config.${sksOpt.hkpAddress}";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
Which ip address the sks-keyserver is listening on.
|
Which IP address the sks-keyserver is listening on.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue