about summary refs log tree commit diff stats
path: root/sys/services/logind/default.nix
blob: b883bcbb03d9920cd51a10a39d994777207dd4e4 (plain) (blame)
1
2
3
4
5
6
7
8
{...}: {
  services.logind.settings.Login = {
    HandleLidSwitch = "suspend-then-hibernate";
    IdleAction = "ignore";
    HandlePowerKey = "hibernate";
    HandlePowerKeyLongPress = "poweroff";
  };
}