about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-11-21 17:11:01 +0000
committernicoo <nicoo@mur.at>2023-11-22 10:49:51 +0000
commit744b456b49d7a4a723af649659fb3705372fe9f0 (patch)
treef602b1e80140ce71f71362ec0064ec3a6758fa51 /nixos
parent3f5e19aaf349c84e3d9ad90cebce41c1183efcd9 (diff)
downloadnixlib-744b456b49d7a4a723af649659fb3705372fe9f0.tar
nixlib-744b456b49d7a4a723af649659fb3705372fe9f0.tar.gz
nixlib-744b456b49d7a4a723af649659fb3705372fe9f0.tar.bz2
nixlib-744b456b49d7a4a723af649659fb3705372fe9f0.tar.lz
nixlib-744b456b49d7a4a723af649659fb3705372fe9f0.tar.xz
nixlib-744b456b49d7a4a723af649659fb3705372fe9f0.tar.zst
nixlib-744b456b49d7a4a723af649659fb3705372fe9f0.zip
nixos/systemd: Mark down the options description
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/system/boot/systemd.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index 6a175af7dee9..87333999313e 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -229,8 +229,9 @@ in
       type = systemdUtils.types.mounts;
       description = ''
         Definition of systemd mount units; see {manpage}`systemd.mount(5)`.
-        This is a list instead of an attrSet, because systemd mandates the names to be derived from
-        the 'where' attribute.
+
+        This is a list instead of an attrSet, because systemd mandates
+        the names to be derived from the `where` attribute.
       '';
     };
 
@@ -374,7 +375,7 @@ in
       example = "/dev/watchdog";
       description = ''
         The path to a hardware watchdog device which will be managed by systemd.
-        If not specified, systemd will default to /dev/watchdog.
+        If not specified, systemd will default to `/dev/watchdog`.
       '';
     };
 
@@ -411,7 +412,7 @@ in
       default = null;
       example = "10m";
       description = ''
-        The amount of time which can elapse when kexec is being executed before
+        The amount of time which can elapse when `kexec` is being executed before
         a watchdog hardware device will automatically reboot the system. This
         option should only be enabled if `reloadTime` is also enabled;
         see {manpage}`kexec(8)`.