feat(tyr): setup syncthing.
This commit is contained in:
parent
f9bea2df78
commit
359b8159cc
2 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
openDefaultPorts = true;
|
||||
guiAddress = "0.0.0.0:8384";
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [8384];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue