about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-05-18 19:20:41 +0300
committerGitHub <noreply@github.com>2023-05-18 19:20:41 +0300
commit203c6beae76a48fe9d643166379d05e534678b4e (patch)
tree1bc999d4f395a3c32a6d8ebf9b6cbb784494cc03 /nixos
parenta771af8900ebcbb50a6f80933e6077208c23c3a4 (diff)
parentedf56596888b1028584adc0cda9c992b098d3fe8 (diff)
Merge pull request #232646 from Et7f3/patch-1
systemd.units.<name>.wantedBy: fix documentation rendering
Diffstat (limited to 'nixos')
-rw-r--r--nixos/lib/systemd-unit-options.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/lib/systemd-unit-options.nix b/nixos/lib/systemd-unit-options.nix
index 6c53c5e0533d7..9c69bda471bb7 100644
--- a/nixos/lib/systemd-unit-options.nix
+++ b/nixos/lib/systemd-unit-options.nix
@@ -80,7 +80,7 @@ in rec {
       description = lib.mdDoc ''
         Units that want (i.e. depend on) this unit. The default method for
         starting a unit by default at boot time is to set this option to
-        '["multi-user.target"]' for system services. Likewise for user units
+        `["multi-user.target"]` for system services. Likewise for user units
         (`systemd.user.<name>.*`) set it to `["default.target"]` to make a unit
         start by default when the user `<name>` logs on.