services.autosuspend.settings

Configuration for autosuspend, see https://autosuspend.readthedocs.io/en/latest/configuration_file.html#general-configuration for supported values.

Type
open submodule of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  enable = true;
  interval = 30;
  idle_time = 120;
}
Declared
<nixpkgs/nixos/modules/services/misc/autosuspend.nix>