MyNixOS website logo
option

systemd.settings.Manager

Options for the global systemd service manager. See systemd-system.conf(5) man page for available options.

Declarations
Type
attribute set of (systemd option)
Default
{
  DefaultIOAccounting = true;
  DefaultIPAccounting = true;
}
Example
{
  KExecWatchdogSec = "5min";
  RebootWatchdogSec = "10min";
  RuntimeWatchdogSec = "30s";
  WatchdogDevice = "/dev/watchdog";
}