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