From c5873229951ae9b58ba2b496249a46b5f5380169 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 6 Aug 2024 16:06:43 -0700 Subject: [PATCH] set default sleep --- configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index bb077da..f07ec8c 100755 --- a/configuration.nix +++ b/configuration.nix @@ -345,8 +345,6 @@ in ####### KEEP AWAKE for DISPLAY and HEADLESS ####### services.xserver.displayManager.gdm.autoSuspend = false; - - services.power-profiles-daemon.enable = false; systemd.sleep.extraConfig = '' AllowSuspend=no