Add rocm-smi package to systemPackages for AMD driver configuration and

monitoring
This commit is contained in:
2025-09-30 16:32:44 +02:00
parent fe19fa616e
commit 75bf262cea
2 changed files with 2 additions and 2 deletions

View File

@@ -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 ];
};
}