Unverified Commit e0258ad1 authored by SebastianStork's avatar SebastianStork Committed by GitHub
Browse files

nixos/logind: add "sleep" option to logindHandlerType

The "systemctl sleep" command was added in systemd v256.
parent bcfa2a02
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ let
    "hibernate"
    "hybrid-sleep"
    "suspend-then-hibernate"
    "sleep"
    "lock"
  ];
in