feat(docker): add nvidia-container-toolkit support

This commit is contained in:
tux
2025-10-15 18:28:21 +05:30
parent 19f271b4f9
commit a793ff14c4

View File

@@ -8,6 +8,8 @@
docker.enable = true;
};
hardware.nvidia-container-toolkit.enable = true;
environment.systemPackages = with pkgs; [lazydocker];
users.users.${username}.extraGroups = ["docker"];