summary refs log tree commit diff
path: root/nixos/modules/services/x11/display-managers
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-06-29 19:35:26 -0700
committerRyan Mulligan <ryan@ryantm.com>2021-06-29 19:35:26 -0700
commit073f462987bfde91ecf90c7cc7b99afe60728e62 (patch)
treefc6aa4ebaa1fc1694210723015fa3076ca19ecf4 /nixos/modules/services/x11/display-managers
parent9ba35d8ef48241ac179f61934014c3b4cf35a8b3 (diff)
downloadnixpkgs-073f462987bfde91ecf90c7cc7b99afe60728e62.tar
nixpkgs-073f462987bfde91ecf90c7cc7b99afe60728e62.tar.gz
nixpkgs-073f462987bfde91ecf90c7cc7b99afe60728e62.tar.bz2
nixpkgs-073f462987bfde91ecf90c7cc7b99afe60728e62.tar.lz
nixpkgs-073f462987bfde91ecf90c7cc7b99afe60728e62.tar.xz
nixpkgs-073f462987bfde91ecf90c7cc7b99afe60728e62.tar.zst
nixpkgs-073f462987bfde91ecf90c7cc7b99afe60728e62.zip
nixos/gdm: expand gdm.autoSuspend description
closes #100390
Diffstat (limited to 'nixos/modules/services/x11/display-managers')
-rw-r--r--nixos/modules/services/x11/display-managers/gdm.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/display-managers/gdm.nix b/nixos/modules/services/x11/display-managers/gdm.nix
index e1b9a21eb9f..ef9ec438cc1 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;
       };