MyNixOS website logo
option

boot.initrd.systemd.settings.Manager

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

Declarations
Type
attribute set of (systemd option)
Default
{
  DefaultEnvironment = "PATH=/bin:/sbin";
}
Example
{
  KExecWatchdogSec = "5min";
  RebootWatchdogSec = "10min";
  RuntimeWatchdogSec = "30s";
  WatchdogDevice = "/dev/watchdog";
}