summary refs log tree commit diff
path: root/nixos/modules/services/games
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-13 11:56:56 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-19 22:40:58 +0200
commit72b507d5a20d9eec76addd4b812dbf11b95264a9 (patch)
treeb06e7c83777bc0877da6fb591bf6e91d5de5774e /nixos/modules/services/games
parentb0e56acef90e1726c588aac13fe7e5fae0ed1a95 (diff)
downloadnixpkgs-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar
nixpkgs-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar.gz
nixpkgs-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar.bz2
nixpkgs-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar.lz
nixpkgs-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar.xz
nixpkgs-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar.zst
nixpkgs-72b507d5a20d9eec76addd4b812dbf11b95264a9.zip
nixos/*: convert some markdown in docbook to tags
a lot of markdown syntax has already snuck into option docs, many of it
predating the intent to migrate to markdown. we don't convert all of it
here, just that which is accompanied by docbook tags as well. the rest
can be converted by simply adding the mdDoc marker.
Diffstat (limited to 'nixos/modules/services/games')
-rw-r--r--nixos/modules/services/games/asf.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/games/asf.nix b/nixos/modules/services/games/asf.nix
index b7892900376..129a2849102 100644
--- a/nixos/modules/services/games/asf.nix
+++ b/nixos/modules/services/games/asf.nix
@@ -83,8 +83,8 @@ in
       type = format.type;
       description = ''
         The ASF.json file, all the options are documented <link xlink:href="https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Configuration#global-config">here</link>.
-        Do note that `AutoRestart`  and `UpdateChannel` is always to `false` respectively `0` because NixOS takes care of updating everything.
-        `Headless` is also always set to `true` because there is no way to provide inputs via a systemd service.
+        Do note that <literal>AutoRestart</literal>  and <literal>UpdateChannel</literal> is always to <literal>false</literal> respectively <literal>0</literal> because NixOS takes care of updating everything.
+        <literal>Headless</literal> is also always set to <literal>true</literal> because there is no way to provide inputs via a systemd service.
         You should try to keep ASF up to date since upstream does not provide support for anything but the latest version and you're exposing yourself to all kinds of issues - as is outlined <link xlink:href="https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Configuration#updateperiod">here</link>.
       '';
       example = {