nixos/systemd: support "suspend-then-hibernate" logind option

This commit is contained in:
Tad Fisher 2018-10-28 13:41:21 -07:00
parent e62214150f
commit 8520839b6a

View File

@ -387,7 +387,7 @@ let
logindHandlerType = types.enum [
"ignore" "poweroff" "reboot" "halt" "kexec" "suspend"
"hibernate" "hybrid-sleep" "lock"
"hibernate" "hybrid-sleep" "suspend-then-hibernate" "lock"
];
in