fix a typo from 2627198b0c

This commit is contained in:
Vladimír Čunát 2014-12-28 10:44:50 +01:00
parent 4fdf1fcbb9
commit 61d9f06760

View file

@ -462,7 +462,7 @@ in
before = [ "network-pre.target" ];
after = [ "systemd-modules-load.service" ];
path = [ pkgs.iptables pkg.ipset ];
path = [ pkgs.iptables pkgs.ipset ];
# FIXME: this module may also try to load kernel modules, but
# containers don't have CAP_SYS_MODULE. So the host system had