summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd/user.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/system/boot/systemd/user.nix')
-rw-r--r--nixos/modules/system/boot/systemd/user.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd/user.nix b/nixos/modules/system/boot/systemd/user.nix
index 6f63292bf9f..3e099ba30f2 100644
--- a/nixos/modules/system/boot/systemd/user.nix
+++ b/nixos/modules/system/boot/systemd/user.nix
@@ -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.
       '';
     };
   };