Reapply "devices.pc: enable rocm support"

This reverts commit 7dba94af81.
This commit is contained in:
2025-09-29 17:54:55 +08:00
parent 7dba94af81
commit e191c286df

View File

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