summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-18 11:35:23 -0500
committerGitHub <noreply@github.com>2022-12-18 11:35:23 -0500
commitd48c2fd1ca35acb86d3c756215fbe4d878fc8d4b (patch)
tree793b444b9095b991d0260f310a579ade95c475f8 /nixos
parentec8cb3435824ebf8867ae3d5ad0977b4744c0c21 (diff)
downloadnixpkgs-d48c2fd1ca35acb86d3c756215fbe4d878fc8d4b.tar
nixpkgs-d48c2fd1ca35acb86d3c756215fbe4d878fc8d4b.tar.gz
nixpkgs-d48c2fd1ca35acb86d3c756215fbe4d878fc8d4b.tar.bz2
nixpkgs-d48c2fd1ca35acb86d3c756215fbe4d878fc8d4b.tar.lz
nixpkgs-d48c2fd1ca35acb86d3c756215fbe4d878fc8d4b.tar.xz
nixpkgs-d48c2fd1ca35acb86d3c756215fbe4d878fc8d4b.tar.zst
nixpkgs-d48c2fd1ca35acb86d3c756215fbe4d878fc8d4b.zip
nixos/pgpkeyserver-lite: fix typo
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/pgpkeyserver-lite.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/pgpkeyserver-lite.nix b/nixos/modules/services/web-apps/pgpkeyserver-lite.nix
index cf7b8fc4f87..dd51bacd75e 100644
--- a/nixos/modules/services/web-apps/pgpkeyserver-lite.nix
+++ b/nixos/modules/services/web-apps/pgpkeyserver-lite.nix
@@ -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.
         '';
       };