diff options
author | makefu <github@syntax-fehler.de> | 2017-10-07 11:08:13 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-10-07 11:08:13 +0200 |
commit | 8290c6507e500c1899f4a7d1184ef5b24c8132cb (patch) | |
tree | 91d64e1cc20647acce06f7f28da46b58e5dd2571 /lass/2configs/weechat.nix | |
parent | 52f9105027a7c2d70145d7d2db69452e148b2158 (diff) | |
parent | a8db051451d2827d7c7ad38f005284013e63c039 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/2configs/weechat.nix')
-rw-r--r-- | lass/2configs/weechat.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lass/2configs/weechat.nix b/lass/2configs/weechat.nix index 4b6445619..d5496ac09 100644 --- a/lass/2configs/weechat.nix +++ b/lass/2configs/weechat.nix @@ -21,6 +21,11 @@ in { ]; }; + # mosh + krebs.iptables.tables.filter.INPUT.rules = [ + { predicate = "-p udp --dport 60000:61000"; target = "ACCEPT";} + ]; + #systemd.services.chat = { # description = "chat environment setup"; # after = [ "network.target" ]; |