nixos/systemd: support "suspend-then-hibernate" logind option
This commit is contained in:
parent
e62214150f
commit
8520839b6a
@ -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…
x
Reference in New Issue
Block a user