machines/rana: boot.kernelParams adjusted

This commit is contained in:
2026-04-02 14:22:30 +07:00
parent 984d587d00
commit e9ed1f491e

View File

@@ -10,5 +10,5 @@
system.stateVersion = "25.11"; system.stateVersion = "25.11";
clan.core.sops.defaultGroups = [ "admins" ]; clan.core.sops.defaultGroups = [ "admins" ];
boot.kernelParams = [ "amdgpu.dcdebugmask=0x10" ]; boot.kernelParams = [ "amdgpu.dcdebugmask=0x12" ];
} }