Files
nixos/hosts/gunter/container.nix
Torjus Håkestad 81e9a20d9c
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m35s
Periodic flake update / flake-update (push) Successful in 2m24s
gunter: add nvidia container toolkit
2025-11-28 20:31:02 +01:00

7 lines
88 B
Nix

{ pkgs, lib, ... }:
{
hardware.nvidia-container-toolkit = {
enable = true;
};
}