From 16102dce2fbad670bd47dd75c860a8daa5fe47ad Mon Sep 17 00:00:00 2001 From: pennae Date: Tue, 2 Aug 2022 02:47:05 +0200 Subject: nixos/*: replace in option docs with markdown can't represent the difference without another extension and both the html manual and the manpage render them the same, so keeping the distinction is not very useful on its own. with the distinction removed we can automatically convert many options that use tags to markdown. the manpage remains unchanged, html manual does not render differently (but class names on code tags do change from "code" to "literal"). --- nixos/modules/services/torrent/transmission.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos/modules/services/torrent') diff --git a/nixos/modules/services/torrent/transmission.nix b/nixos/modules/services/torrent/transmission.nix index 9777964386c96..1641f1ad184ed 100644 --- a/nixos/modules/services/torrent/transmission.nix +++ b/nixos/modules/services/torrent/transmission.nix @@ -175,7 +175,7 @@ in default = null; example = "770"; description = '' - If not null, is used as the permissions + If not null, is used as the permissions set by systemd.activationScripts.transmission-daemon on the directories , . @@ -214,7 +214,7 @@ in description = '' Path to a JSON file to be merged with the settings. Useful to merge a file which is better kept out of the Nix store - to set secret config parameters like rpc-password. + to set secret config parameters like rpc-password. ''; default = "/dev/null"; example = "/var/lib/secrets/transmission/settings.json"; @@ -237,7 +237,7 @@ in to open many more connections at the same time. Note that you may also want to increase - peer-limit-global". + peer-limit-global". And be aware that these settings are quite aggressive and might not suite your regular desktop use. For instance, SSH sessions may time out more easily''; -- cgit 1.4.1