summary refs log tree commit diff
path: root/nixos/modules/services/networking/ghostunnel.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-15 07:16:25 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-19 22:40:58 +0200
commit6039648c50c7c0858b5e506c6298773a98e0f066 (patch)
tree5421b3c36609e710c85b43d92dc3b830f6a1385b /nixos/modules/services/networking/ghostunnel.nix
parent7e7d68a250f75678451cd44f8c3d585bf750461e (diff)
downloadnixpkgs-6039648c50c7c0858b5e506c6298773a98e0f066.tar
nixpkgs-6039648c50c7c0858b5e506c6298773a98e0f066.tar.gz
nixpkgs-6039648c50c7c0858b5e506c6298773a98e0f066.tar.bz2
nixpkgs-6039648c50c7c0858b5e506c6298773a98e0f066.tar.lz
nixpkgs-6039648c50c7c0858b5e506c6298773a98e0f066.tar.xz
nixpkgs-6039648c50c7c0858b5e506c6298773a98e0f066.tar.zst
nixpkgs-6039648c50c7c0858b5e506c6298773a98e0f066.zip
nixos/*: automatically convert option docs
Diffstat (limited to 'nixos/modules/services/networking/ghostunnel.nix')
-rw-r--r--nixos/modules/services/networking/ghostunnel.nix6
1 files changed, 3 insertions, 3 deletions
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 <literal>/proc/*/cmdline</literal>.
+            NB: storepass is not supported because it would expose credentials via `/proc/*/cmdline`.
 
-            Specify this or <literal>cert</literal> and <literal>key</literal>.
+            Specify this or `cert` and `key`.
           '';
           type = types.nullOr types.str;
           default = null;