about summary refs log tree commit diff
path: root/nixos/modules/virtualisation
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-04-23 08:37:05 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-04-23 10:29:17 +1000
commit4102db21277175e847b9e5ea1eff95466d0e2a89 (patch)
treecefa13e6f532720b9941e822a7a36ba514fb3bc5 /nixos/modules/virtualisation
parent54b59dd6c006d498f5f261aeff7923e7140939ee (diff)
downloadnixlib-4102db21277175e847b9e5ea1eff95466d0e2a89.tar
nixlib-4102db21277175e847b9e5ea1eff95466d0e2a89.tar.gz
nixlib-4102db21277175e847b9e5ea1eff95466d0e2a89.tar.bz2
nixlib-4102db21277175e847b9e5ea1eff95466d0e2a89.tar.lz
nixlib-4102db21277175e847b9e5ea1eff95466d0e2a89.tar.xz
nixlib-4102db21277175e847b9e5ea1eff95466d0e2a89.tar.zst
nixlib-4102db21277175e847b9e5ea1eff95466d0e2a89.zip
nixos/podman: remove cni-plugins from environment.systemPackages
Diffstat (limited to 'nixos/modules/virtualisation')
-rw-r--r--nixos/modules/virtualisation/podman.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/podman.nix b/nixos/modules/virtualisation/podman.nix
index 2ec45fa18a46..1486b96e41d1 100644
--- a/nixos/modules/virtualisation/podman.nix
+++ b/nixos/modules/virtualisation/podman.nix
@@ -66,7 +66,6 @@ in
       pkgs.slirp4netns # User-mode networking for unprivileged namespaces
       pkgs.fuse-overlayfs # CoW for images, much faster than default vfs
       pkgs.utillinux # nsenter
-      pkgs.cni-plugins # Networking plugins
       pkgs.iptables
     ]
     ++ lib.optional cfg.dockerCompat dockerCompat;