From a7a9def70958903d07c1ac98e55a742b4727c751 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 13 Sep 2022 01:05:00 +0200 Subject: [PATCH] nixos-module/container/upstream: fix typo --- nix/nixos-module/container/upstream.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-module/container/upstream.nix b/nix/nixos-module/container/upstream.nix index d5a1a7d..799a3ce 100644 --- a/nix/nixos-module/container/upstream.nix +++ b/nix/nixos-module/container/upstream.nix @@ -67,7 +67,7 @@ in iptables -A fwd_smtp -j REJECT iptables -I FORWARD -p tcp --dport 25 -j fwd_smtp - ip6tables -N fwd_smtp \\ + ip6tables -N fwd_smtp \ ip6tables -F fwd_smtp ${lib.concatMapStrings (subnet6: '' ip6tables -A fwd_smtp --source ${subnet6} -j RETURN