nixos: systemd-user: expand on additionalUpstreamUserUnits description
This commit is contained in:
parent
753b911708
commit
66759cea7d
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ in {
|
|||
type = types.listOf types.str;
|
||||
example = [];
|
||||
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.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue