adds nvtop for all hosts
All checks were successful
Nix Format Check / check-format (push) Successful in 1m14s
All checks were successful
Nix Format Check / check-format (push) Successful in 1m14s
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user