community-builder: Add UDP ports for mosh
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
0ddf22153c
commit
8d2fee53c6
1 changed files with 8 additions and 0 deletions
|
@ -18,4 +18,12 @@
|
|||
pkgs.termite.terminfo
|
||||
pkgs.wezterm.terminfo
|
||||
];
|
||||
|
||||
networking.firewall.allowedUDPPortRanges = [
|
||||
# Reserved for mosh
|
||||
{
|
||||
from = 60000;
|
||||
to = 61000;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue