diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 971dfdb0..644d13b0 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -34,7 +34,7 @@ inputs: ]; nixpkgs = { march = "znver5"; rocm = true; }; sysctl.laptop-mode = 5; - kernel.variant = "cachyos"; + kernel.variant = "cachyos-rc"; }; hardware = { gpu.type = "amd"; asus = {};}; services =