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

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.
''; '';
}; };
}; };