systemd.sleep.settings.Sleep

NixOS option

Options for systemd sleep state logic. See sleep.conf.d(5) man page for available options.

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