summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 70b339ba..10f42e88 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -191,7 +191,7 @@ in rec {
191 ]; 191 ];
192 extraCommands = '' 192 extraCommands = ''
193 iptables -t nat -A POSTROUTING -o wlp4s0 -j MASQUERADE 193 iptables -t nat -A POSTROUTING -o wlp4s0 -j MASQUERADE
194 iptables -A FORWARD -i wlp4s0 -o enp1s0 -m state --state RELATED,ESTABLISHED -j ACCPET 194 iptables -A FORWARD -i wlp4s0 -o enp1s0 -m state --state RELATED,ESTABLISHED -j ACCEPT
195 iptables -A FORWARD -i enp1s0 -o wlp4s0 -j ACCEPT 195 iptables -A FORWARD -i enp1s0 -o wlp4s0 -j ACCEPT
196 ''; 196 '';
197 }; 197 };