From e9ed1f491eef2a504d6afe8cc3b7f31b53eefae2 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Thu, 2 Apr 2026 14:22:30 +0700 Subject: [PATCH] machines/rana: boot.kernelParams adjusted --- machines/rana/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/rana/configuration.nix b/machines/rana/configuration.nix index 6c0c69a..37e44d4 100644 --- a/machines/rana/configuration.nix +++ b/machines/rana/configuration.nix @@ -10,5 +10,5 @@ system.stateVersion = "25.11"; clan.core.sops.defaultGroups = [ "admins" ]; - boot.kernelParams = [ "amdgpu.dcdebugmask=0x10" ]; + boot.kernelParams = [ "amdgpu.dcdebugmask=0x12" ]; }