summary refs log tree commit diff stats
path: root/sys/systemd/default.nix
blob: 2325e4c4e4ca0a536e42a2f13afde07cf9cdd939 (plain) (blame)
1
2
3
4
5
{...}: {
  systemd.sleep.extraConfig = ''
    HibernateDelaySec=5m
  '';
}