From 7afe60951d1bacff26f70ddceebc287a18f087f6 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 7 Jun 2025 20:21:04 -0500 Subject: [PATCH] updated configuration.nix again --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index d46772b..a6f13b8 100755 --- a/configuration.nix +++ b/configuration.nix @@ -296,7 +296,7 @@ in ####### KEEP AWAKE for DISPLAY and HEADLESS ####### - services.xserver.displayManager.gdm.autoSuspend = false; + services.displayManager.gdm.autoSuspend = false; systemd.sleep.extraConfig = '' AllowSuspend=no