systemd.user.settings.Manager

NixOS option

Settings for systemd user instances. See systemd-user.conf(5) for available options.

type: open submodule of attribute set of (systemd option)
Default
{ }
Example
{
  DefaultTimeoutStartSec = 60;
}
declared in: nixos/modules/system/boot/systemd/user.nixView source on NixOS/nixpkgs →