l weechat: open mosh port
This commit is contained in:
parent
c54d84b9ef
commit
c37c047ee6
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue