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 = '' + + ''; }; };