diff options
| author | makefu <github@syntax-fehler.de> | 2019-09-25 15:05:07 +0200 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2019-09-25 15:05:07 +0200 |
| commit | d5aaa3d9add3e62187cb27fcca0b0304dc85df99 (patch) | |
| tree | dac14dd2c9fbd63451cc4109e037f45fa581702c /makefu/2configs | |
| parent | 911b3c20299b11a3d87ae0a4f1f66626c79e9d1f (diff) | |
ma share/gum: also allow access via wiregrill
Diffstat (limited to 'makefu/2configs')
| -rw-r--r-- | makefu/2configs/share/gum.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/share/gum.nix b/makefu/2configs/share/gum.nix index cc59ce3cc..55080b2a7 100644 --- a/makefu/2configs/share/gum.nix +++ b/makefu/2configs/share/gum.nix @@ -35,5 +35,6 @@ in { }; networking.firewall.extraCommands = '' iptables -A INPUT -i retiolum -p tcp --dport 445 -j ACCEPT + iptables -A INPUT -i wiregrill -p tcp --dport 445 -j ACCEPT ''; } |
