summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-11-17 15:10:45 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2015-11-17 15:10:45 +0100
commit19cb86464b108b2c76266e697ced7dcdea4dc672 (patch)
tree3301ccb03c8b06fcf173dfbf30111e8dc4f6cb1e
parent412e921fa24661136177f1ae6b37fa1133a79be1 (diff)
downloadnixos-19cb86464b108b2c76266e697ced7dcdea4dc672.tar
nixos-19cb86464b108b2c76266e697ced7dcdea4dc672.tar.gz
nixos-19cb86464b108b2c76266e697ced7dcdea4dc672.tar.bz2
nixos-19cb86464b108b2c76266e697ced7dcdea4dc672.tar.xz
nixos-19cb86464b108b2c76266e697ced7dcdea4dc672.zip
Corrected typo
-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 };