mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 07:09:22 +08:00
devices.pc: disable rocm support since RDNA3.5 was not supported
This commit is contained in:
@@ -28,7 +28,7 @@ inputs:
|
||||
# SERIALIZE SGX WAITPKG WIDEKL XSAVE XSAVEOPT
|
||||
"alderlake"
|
||||
];
|
||||
nixpkgs = { march = "znver5"; rocm = true; };
|
||||
nixpkgs = { march = "znver5"; rocm = false; };
|
||||
sysctl.laptop-mode = 5;
|
||||
kernel.variant = "xanmod-latest";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user