cyclone: Do not suspend at login screen
This commit is contained in:
parent
2331f56376
commit
11667722d7
1 changed files with 5 additions and 1 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue