diff --git a/hosts/NixDawn/configuration.nix b/hosts/NixDawn/configuration.nix index e3c3184..d465c88 100644 --- a/hosts/NixDawn/configuration.nix +++ b/hosts/NixDawn/configuration.nix @@ -65,6 +65,13 @@ devmon.enable = true; tumbler.enable = true; + logind = { + extraConfig = '' + IdleAction=hybrid-sleep + IdleActionSec=30min + ''; + }; + apcupsd = { enable = true;