boot.initrd.systemd.settings.Manager
NixOS option
Options for the global systemd service manager used in initrd. See systemd-system.conf(5) man page for available options.
type: open submodule of attribute set of (systemd option)Default
{
DefaultEnvironment = "PATH=/bin:/sbin";
}
Example
declared in: nixos/modules/system/boot/systemd/initrd.nixView source on NixOS/nixpkgs →{
KExecWatchdogSec = "5min";
RebootWatchdogSec = "10min";
RuntimeWatchdogSec = "30s";
WatchdogDevice = "/dev/watchdog";
}