nixos/logind: add "sleep" option to logindHandlerType

The "systemctl sleep" command was added in systemd v256.
This commit is contained in:
SebastianStork
2025-03-10 19:44:27 +01:00
committed by GitHub
parent bcfa2a020c
commit e0258ad135
@@ -18,6 +18,7 @@ let
"hibernate"
"hybrid-sleep"
"suspend-then-hibernate"
"sleep"
"lock"
];
in