adds nvtop for all hosts
All checks were successful
Nix Format Check / check-format (push) Successful in 1m14s

This commit is contained in:
2024-11-18 21:28:34 +01:00
parent 994d0cdedd
commit 93b1aba78d
3 changed files with 11 additions and 1 deletions

View File

@ -27,6 +27,9 @@
driSupport32Bit = true;
};
# nvtop, a system monitor for GPUs
environment.systemPackages = with pkgs; [ nvtopPackages.nvidia ];
# Enable NVIDIA Docker support
# test with: $ docker run --rm -it --device=nvidia.com/gpu=all ubuntu:latest nvidia-smi
hardware.nvidia-container-toolkit.enable = true;