1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-18 08:59:42 +00:00

Merge pull request #128715 from ryantm/autosuspend

nixos/gdm: expand gdm.autoSuspend description
This commit is contained in:
Ryan Mulligan 2021-06-29 21:30:42 -07:00 committed by GitHub
commit 44b9dc7559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,8 @@ in
autoSuspend = mkOption {
default = true;
description = ''
Suspend the machine after inactivity.
On the GNOME Display Manager login screen, suspend the machine after inactivity.
(Does not affect automatic suspend while logged in, or at lock screen.)
'';
type = types.bool;
};