adds rocm to gaming pc
This commit is contained in:
@ -54,6 +54,15 @@
|
||||
];
|
||||
};
|
||||
|
||||
# Add ROCm packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
rocm-smi # GPU monitoring tool
|
||||
rocmPackages.clr # OpenCL Runtime
|
||||
rocmPackages.rocm-core
|
||||
rocmPackages.hip # HIP runtime and compiler
|
||||
rocmPackages.rocm-device-libs
|
||||
];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||
# still possible to use this option, but it's recommended to use it in conjunction
|
||||
|
Reference in New Issue
Block a user