From 6514bb46201fca7ea0a35828c98f711d952be878 Mon Sep 17 00:00:00 2001 From: Bob van der Linden Date: Sat, 19 Mar 2022 12:06:56 +0100 Subject: [PATCH] nixos: systemd-user: make additionalUpstreamUserUnits internal --- nixos/modules/system/boot/systemd/user.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/system/boot/systemd/user.nix b/nixos/modules/system/boot/systemd/user.nix index 3e099ba30f2c..966b8ce3f816 100644 --- a/nixos/modules/system/boot/systemd/user.nix +++ b/nixos/modules/system/boot/systemd/user.nix @@ -109,6 +109,7 @@ in { description = '' Additional units shipped with systemd that shall be enabled for per-user systemd instances. ''; + internal = true; }; };