diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-15 09:53:26 +0059 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-15 09:53:26 +0059 |
commit | ce5bc154d94c00e45f82b9882155db8020ff76fc (patch) | |
tree | 035db2579eaa6c1eee5372360583ca9a5fafabd3 /hosts | |
parent | 904255a139850f79a5b853e66244bd3adb909f97 (diff) | |
download | nixos-ce5bc154d94c00e45f82b9882155db8020ff76fc.tar nixos-ce5bc154d94c00e45f82b9882155db8020ff76fc.tar.gz nixos-ce5bc154d94c00e45f82b9882155db8020ff76fc.tar.bz2 nixos-ce5bc154d94c00e45f82b9882155db8020ff76fc.tar.xz nixos-ce5bc154d94c00e45f82b9882155db8020ff76fc.zip |
vidhar: ...
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index b558e9b4..b117967d 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -107,8 +107,8 @@ | |||
107 | 107 | ||
108 | 108 | ||
109 | ip46tables -t nat -D POSTROUTING -j nixos-fw-postrouting 2>/dev/null || true | 109 | ip46tables -t nat -D POSTROUTING -j nixos-fw-postrouting 2>/dev/null || true |
110 | ip46tables -t nat -F nixos-fw-postrouting | 110 | ip46tables -t nat -F nixos-fw-postrouting 2>/dev/null || true |
111 | ip46tables -t nat -X nixos-fw-postrouting | 111 | ip46tables -t nat -X nixos-fw-postrouting 2>/dev/null || true |
112 | 112 | ||
113 | ip46tables -t nat -N nixos-fw-postrouting | 113 | ip46tables -t nat -N nixos-fw-postrouting |
114 | iptables -t nat -A nixos-fw-postrouting -o dsl -j MASQUERADE | 114 | iptables -t nat -A nixos-fw-postrouting -o dsl -j MASQUERADE |