nixos/systemd: support "suspend-then-hibernate" logind option
This commit is contained in:
parent
e62214150f
commit
8520839b6a
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ let
|
||||||
|
|
||||||
logindHandlerType = types.enum [
|
logindHandlerType = types.enum [
|
||||||
"ignore" "poweroff" "reboot" "halt" "kexec" "suspend"
|
"ignore" "poweroff" "reboot" "halt" "kexec" "suspend"
|
||||||
"hibernate" "hybrid-sleep" "lock"
|
"hibernate" "hybrid-sleep" "suspend-then-hibernate" "lock"
|
||||||
];
|
];
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue