nixos/flannel: Add iptables package to service path

This commit is contained in:
Markus
2019-03-12 15:30:33 +00:00
committed by Robin Gloster
parent fdeb864cc8
commit 7e71cd8292
@@ -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