From 820ff88fd61ff08ccc48d8ae26bcf4d86d624c73 Mon Sep 17 00:00:00 2001 From: Atridad Date: Thu, 29 May 2025 21:33:23 -0600 Subject: [PATCH] 1748576003 --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 2eed0a6..fc9d516 100644 --- a/configuration.nix +++ b/configuration.nix @@ -89,7 +89,10 @@ # Sleep systemd.sleep.extraConfig = '' + AllowSuspend=no + AllowHibernation=no AllowHybridSleep=no + AllowSuspendThenHibernate=no ''; # Packages: