{ pkgs, ... }: { systemd.services.containerd.path = with pkgs; [ containerd runc iptables nvidia-docker ]; }