From 7e71cd829290b5a5521f7feef8c0c55d3eb087f0 Mon Sep 17 00:00:00 2001 From: Markus Date: Tue, 12 Mar 2019 14:58:01 +0000 Subject: [PATCH] nixos/flannel: Add iptables package to service path --- nixos/modules/services/networking/flannel.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/networking/flannel.nix b/nixos/modules/services/networking/flannel.nix index ec702cdc6ff..c1f778ac139 100644 --- a/nixos/modules/services/networking/flannel.nix +++ b/nixos/modules/services/networking/flannel.nix @@ -161,6 +161,7 @@ in { FLANNELD_KUBECONFIG_FILE = cfg.kubeconfig; NODE_NAME = cfg.nodeName; }; + path = [ pkgs.iptables ]; preStart = '' mkdir -p /run/flannel touch /run/flannel/docker