Revert "devices.pc: enable rocm support"

This reverts commit db977df437.
This commit is contained in:
2025-09-29 17:20:22 +08:00
parent c233fde9f2
commit 7dba94af81

View File

@@ -32,7 +32,7 @@ inputs:
# SAHF FXSR XSAVE RDRND LZCNT HLE PREFETCHW SGX PCONFIG
"icelake-server"
];
nixpkgs = { march = "znver5"; rocm = true; };
nixpkgs = { march = "znver5"; rocm = false; };
sysctl.laptop-mode = 5;
kernel.variant = "cachyos";
};