Fix typo
This commit is contained in:
parent
4e90abc309
commit
7303969233
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
}) vpn;
|
||||
|
||||
postSetup = ''
|
||||
${lib.getExeo' pkgs.iptables "iptables"} -t nat -A POSTROUTING -s 10.100.0.0/24 -o enP4p65s0 -j MASQUERADE
|
||||
${lib.getExe' pkgs.iptables "iptables"} -t nat -A POSTROUTING -s 10.100.0.0/24 -o enP4p65s0 -j MASQUERADE
|
||||
'';
|
||||
|
||||
postShutdown = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue