From a1d16f1e765d17d1c19558113a45974a1e1a5e6d Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 14 May 2024 22:47:48 +0200 Subject: [PATCH] Update systems/LoutreOS/configuration.nix --- systems/LoutreOS/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index 12803a9..8a2497d 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -122,7 +122,7 @@ iptables -t nat -A PREROUTING -s 10.30.0.0/16 -d 176.180.172.105 -j DNAT --to 10.30.0.1 ''; extraStopCommands = '' - + ip6tables -D loutreos-forward -j nixos-fw-log-refuse 2>/dev/null || true ''; }; };