cyclone: Do not suspend at login screen

This commit is contained in:
Spotlight 2024-09-11 18:56:12 -05:00
parent 2331f56376
commit 11667722d7
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -36,7 +36,11 @@
# GNOME! # GNOME!
desktopManager.gnome.enable = true; desktopManager.gnome.enable = true;
displayManager.gdm.enable = true; displayManager.gdm = {
# At the login screen, don't automatically fall asleep.
autoSuspend = false;
enable = true;
};
# Nvidia driver support. # Nvidia driver support.
videoDrivers = [ "nvidia" ]; videoDrivers = [ "nvidia" ];