Add rocm-smi package to systemPackages for AMD driver configuration and
monitoring
This commit is contained in:
@@ -16,5 +16,6 @@ in
|
||||
config = mkIf cfg.enable {
|
||||
systemd.tmpfiles.rules = [ "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" ];
|
||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||
environment.systemPackages = with pkgs; [ rocmPackages.rocm-smi ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user