MyNixOS website logo
option

services.autosuspend.settings

Declarations
Type
section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  enable = true;
  interval = 30;
  idle_time = 120;
}