machines/rana: hardcode kernel to version 6.12 to fix freezing issue
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user