gunter: add nvidia container toolkit
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m35s
Periodic flake update / flake-update (push) Successful in 2m24s

This commit is contained in:
2025-11-28 20:31:02 +01:00
parent 8e8ac35981
commit 81e9a20d9c
2 changed files with 7 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, lib, ... }:
{
hardware.nvidia-container-toolkit = {
enable = true;
};
}