Common/syncthing: open firewall ports
This commit is contained in:
parent
74ed35e5f4
commit
a275c8d43e
1 changed files with 4 additions and 0 deletions
|
|
@ -62,4 +62,8 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [22000];
|
||||
allowedUDPPorts = [22000 21027];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue