adds rocm to gaming pc

This commit is contained in:
2024-11-02 00:37:10 +01:00
parent f0620e24b1
commit 5b301b4da0
4 changed files with 23 additions and 6 deletions

View File

@ -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