From edf56596888b1028584adc0cda9c992b098d3fe8 Mon Sep 17 00:00:00 2001 From: Et7f3 Date: Thu, 18 May 2023 18:04:31 +0200 Subject: [PATCH] systemd.units..wantedBy: fix documentation rendering It need to be marked as inline code block --- nixos/lib/systemd-unit-options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/lib/systemd-unit-options.nix b/nixos/lib/systemd-unit-options.nix index 6c53c5e0533..9c69bda471b 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..*`) set it to `["default.target"]` to make a unit start by default when the user `` logs on.