nixos: systemd-user: make additionalUpstreamUserUnits internal

This commit is contained in:
Bob van der Linden
2022-03-19 12:06:56 +01:00
parent 66759cea7d
commit 6514bb4620
@@ -109,6 +109,7 @@ in {
description = ''
Additional units shipped with systemd that shall be enabled for per-user systemd instances.
'';
internal = true;
};
};