diff --git a/hosts/nixos/yveltal/configuration.nix b/hosts/nixos/yveltal/configuration.nix index c5e4c3e..9589304 100644 --- a/hosts/nixos/yveltal/configuration.nix +++ b/hosts/nixos/yveltal/configuration.nix @@ -43,11 +43,11 @@ # fix power buttons services.logind.settings.Login = { - HandlePowerKey = "suspend"; - HandleLidSwitch = "suspend"; - #HandlePowerKey = "suspend-then-hibernate"; - #HandleLidSwitch = "suspend-then-hibernate"; - #HibernateDelaySec = "1800"; + #HandlePowerKey = "suspend"; + #HandleLidSwitch = "suspend"; + HandlePowerKey = "suspend-then-hibernate"; + HandleLidSwitch = "suspend-then-hibernate"; + HibernateDelaySec = "1800"; }; # boot (systemd is growing on me)