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