Don't put desktops to sleep.

This commit is contained in:
root 2020-06-07 17:45:03 -07:00
parent f62239b7a1
commit ca270b5e87
1 changed files with 7 additions and 0 deletions

View File

@ -123,6 +123,13 @@ with lib;
hardware.pulseaudio.enable = true; hardware.pulseaudio.enable = true;
systemd.targets = {
sleep.enable = false;
suspend.enable = false;
hibernate.enable = false;
hybrid-sleep.enable = false;
};
fonts = { fonts = {
enableFontDir = true; enableFontDir = true;
enableGhostscriptFonts = false; enableGhostscriptFonts = false;