forked from mirrors/nixpkgs
fix a typo from 2627198b0c
This commit is contained in:
parent
4fdf1fcbb9
commit
61d9f06760
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue