From 6039648c50c7c0858b5e506c6298773a98e0f066 Mon Sep 17 00:00:00 2001 From: pennae Date: Mon, 15 Aug 2022 07:16:25 +0200 Subject: nixos/*: automatically convert option docs --- nixos/modules/services/networking/ghostunnel.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos/modules/services/networking/ghostunnel.nix') diff --git a/nixos/modules/services/networking/ghostunnel.nix b/nixos/modules/services/networking/ghostunnel.nix index 79cf80e57be..4b9620cea21 100644 --- a/nixos/modules/services/networking/ghostunnel.nix +++ b/nixos/modules/services/networking/ghostunnel.nix @@ -37,12 +37,12 @@ let }; keystore = mkOption { - description = '' + description = lib.mdDoc '' Path to keystore (combined PEM with cert/key, or PKCS12 keystore). - NB: storepass is not supported because it would expose credentials via /proc/*/cmdline. + NB: storepass is not supported because it would expose credentials via `/proc/*/cmdline`. - Specify this or cert and key. + Specify this or `cert` and `key`. ''; type = types.nullOr types.str; default = null; -- cgit 1.4.1