summaryrefslogtreecommitdiff
path: root/modules/desktop/software/systemd.nix
blob: 2d524ac05d09bd8532855c3f3d646f4809ee002b (plain) (blame)
1
2
3
4
5
6
7
8
9
{ pkgs, ... }:
{
  systemd.services.containerd.path = with pkgs; [
    containerd
    runc
    iptables
    nvidia-docker
  ];
}