maia: disable suspension on DM

This commit is contained in:
Gabriel Fontes
2022-08-24 10:18:26 -03:00
parent 532691104d
commit 5c0e612152
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
services.xserver.serverFlagsSection = ''
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
'';
}
+1
View File
@@ -12,6 +12,7 @@
./services
../common/optional/pantheon.nix
../common/optional/x11-no-suspend.nix
../common/optional/quietboot.nix
../common/optional/tailscale.nix
];