summary refs log tree commit diff
path: root/nixos/modules/services/security/hockeypuck.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/security/hockeypuck.nix')
-rw-r--r--nixos/modules/services/security/hockeypuck.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/security/hockeypuck.nix b/nixos/modules/services/security/hockeypuck.nix
index d0e152934f5..6fdad13f255 100644
--- a/nixos/modules/services/security/hockeypuck.nix
+++ b/nixos/modules/services/security/hockeypuck.nix
@@ -12,7 +12,7 @@ in {
     port = lib.mkOption {
       default = 11371;
       type = lib.types.port;
-      description = "HKP port to listen on.";
+      description = lib.mdDoc "HKP port to listen on.";
     };
 
     settings = lib.mkOption {