machines/rana: hardcode kernel to version 6.12 to fix freezing issue

This commit is contained in:
2026-04-02 17:53:37 +07:00
parent 44210e6bbb
commit aa3db27c77

View File

@@ -1,4 +1,4 @@
{ self, ... }:
{ self, pkgs, ... }:
{
imports = [
self.nixosModules.common
@@ -15,4 +15,6 @@
"amdgpu.cwsr_enable=0"
"amdgpu.gpu_recovery=1"
];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_12;
}