From 485a518e505171c3419cee5464ddff7fcce209d7 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 14 May 2024 22:43:29 +0200 Subject: [PATCH] Update systems/LoutreOS/configuration.nix --- systems/LoutreOS/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index 5dea659..12803a9 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -121,6 +121,9 @@ iptables -t nat -D PREROUTING -s 10.30.0.0/16 -d 176.180.172.105 -j DNAT --to 10.30.0.1 || true iptables -t nat -A PREROUTING -s 10.30.0.0/16 -d 176.180.172.105 -j DNAT --to 10.30.0.1 ''; + extraStopCommands = '' + + ''; }; };