nixos: systemd-user: fix additionalUpstreamUserUnits description

Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
This commit is contained in:
Bob van der Linden 2022-03-21 12:30:37 +01:00 committed by GitHub
parent 92af44e04d
commit 397b8257a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};