mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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…
Add table
Add a link
Reference in a new issue