From 073f462987bfde91ecf90c7cc7b99afe60728e62 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Tue, 29 Jun 2021 19:35:26 -0700 Subject: [PATCH] nixos/gdm: expand gdm.autoSuspend description closes #100390 --- nixos/modules/services/x11/display-managers/gdm.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/modules/services/x11/display-managers/gdm.nix b/nixos/modules/services/x11/display-managers/gdm.nix index e1b9a21eb9f0..ef9ec438cc1c 100644 --- a/nixos/modules/services/x11/display-managers/gdm.nix +++ b/nixos/modules/services/x11/display-managers/gdm.nix @@ -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; };