From 397b8257a0f926c518a01dd20d2911945a649743 Mon Sep 17 00:00:00 2001 From: Bob van der Linden Date: Mon, 21 Mar 2022 12:30:37 +0100 Subject: [PATCH] nixos: systemd-user: fix additionalUpstreamUserUnits description Co-authored-by: Martin Weinelt --- nixos/modules/system/boot/systemd/user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/systemd/user.nix b/nixos/modules/system/boot/systemd/user.nix index 966b8ce3f81..e30f83f3457 100644 --- a/nixos/modules/system/boot/systemd/user.nix +++ b/nixos/modules/system/boot/systemd/user.nix @@ -107,7 +107,7 @@ in { type = types.listOf types.str; example = []; description = '' - Additional units shipped with systemd that shall be enabled for per-user systemd instances. + Additional units shipped with systemd that should be enabled for per-user systemd instances. ''; internal = true; };