From 61d9f0676066ab6fcb0f9ae535fa41d67e2c0dcd Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Sun, 28 Dec 2014 10:44:50 +0100 Subject: fix a typo from 2627198b0c --- nixos/modules/services/networking/firewall.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/services/networking/firewall.nix b/nixos/modules/services/networking/firewall.nix index a9fe284a6152..1f17661c9f08 100644 --- a/nixos/modules/services/networking/firewall.nix +++ b/nixos/modules/services/networking/firewall.nix @@ -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 -- cgit 1.4.1