nixos: systemd-user: expand on additionalUpstreamUserUnits description

This commit is contained in:
Bob van der Linden 2022-03-19 12:06:43 +01:00
parent 753b911708
commit 66759cea7d
No known key found for this signature in database
GPG key ID: EEBE8E3EC4A31364

View file

@ -107,7 +107,7 @@ in {
type = types.listOf types.str; type = types.listOf types.str;
example = []; example = [];
description = '' description = ''
Additional user units shipped with systemd that shall be enabled. Additional units shipped with systemd that shall be enabled for per-user systemd instances.
''; '';
}; };
}; };