feat: enable syncthing
This commit is contained in:
parent
548cda70d8
commit
7a1022097d
6 changed files with 26 additions and 2 deletions
|
|
@ -331,11 +331,16 @@
|
|||
80 # http
|
||||
443 # https
|
||||
3000 # hydra
|
||||
|
||||
22000 # syncthing
|
||||
];
|
||||
networking.firewall.allowedUDPPorts = [
|
||||
22 # ssh
|
||||
80 # http
|
||||
443 # https
|
||||
|
||||
22000 # syncthing
|
||||
21027 # syncthing
|
||||
];
|
||||
# Or disable the firewall altogether.
|
||||
# networking.firewall.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue