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