From 1d41cff3dc4c8f37bb5841f51fcbff705e169178 Mon Sep 17 00:00:00 2001 From: pennae Date: Tue, 30 Aug 2022 14:18:54 +0200 Subject: nixos/*: convert straggler options to MD --- nixos/modules/services/security/tor.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'nixos/modules/services/security/tor.nix') diff --git a/nixos/modules/services/security/tor.nix b/nixos/modules/services/security/tor.nix index de82e32f496..730802d92cf 100644 --- a/nixos/modules/services/security/tor.nix +++ b/nixos/modules/services/security/tor.nix @@ -288,17 +288,17 @@ in }; relay = { - enable = mkEnableOption "tor relaying" // { - description = '' + enable = mkEnableOption (lib.mdDoc "tor relaying") // { + description = lib.mdDoc '' Whether to enable relaying of Tor traffic for others. - See + See for details. Setting this to true requires setting - + {option}`services.tor.relay.role` and - + {option}`services.tor.settings.ORPort` options. ''; }; -- cgit 1.4.1