From b15968b00441a5cf3d0db889eba9092ec124d314 Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 23 Jul 2026 16:12:50 +0200 Subject: [PATCH] fix(sleep): revert s2sleep as it introduces crashes after the wake-up of the system --- hosts/argon/configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/argon/configuration.nix b/hosts/argon/configuration.nix index 1652c1f..69e2064 100644 --- a/hosts/argon/configuration.nix +++ b/hosts/argon/configuration.nix @@ -30,13 +30,6 @@ # set hostname networking.hostName = "argon"; - # Use s2idle instead of deep (S3) suspend. On resume from S3 the RDNA4 - # (Navi 48 / RX 9070) amdgpu does a MODE1 GPU reset that leaves niri with a - # black screen until it is restarted. s2idle avoids that reset path. - # Host-specific on purpose: laptops (e.g. neon) keep deep S3 for lower - # suspend power draw. Merged with bootloader.nix's kernelParams. - boot.kernelParams = [ "mem_sleep_default=s2idle" ]; - # install state version system.stateVersion = "25.11"; # Don't change }