nixos/pgpkeyserver-lite: fix typo

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
figsoda
2022-12-18 11:35:23 -05:00
committed by GitHub
co-authored by Valentin Gagarin
parent ec8cb34358
commit d48c2fd1ca
@@ -41,7 +41,7 @@ in
defaultText = literalExpression "head config.${sksOpt.hkpAddress}";
type = types.str;
description = lib.mdDoc ''
Which ip address the sks-keyserver is listening on.
Which IP address the sks-keyserver is listening on.
'';
};