mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
maia: disable suspension on DM
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
services.xserver.serverFlagsSection = ''
|
||||
Option "StandbyTime" "0"
|
||||
Option "SuspendTime" "0"
|
||||
Option "OffTime" "0"
|
||||
'';
|
||||
}
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
./services
|
||||
../common/optional/pantheon.nix
|
||||
../common/optional/x11-no-suspend.nix
|
||||
../common/optional/quietboot.nix
|
||||
../common/optional/tailscale.nix
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user