feat(tyr): setup syncthing.

This commit is contained in:
CronyAkatsuki 2025-09-24 20:43:43 +02:00
parent f9bea2df78
commit 359b8159cc
2 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,11 @@
{
services.syncthing = {
enable = true;
openDefaultPorts = true;
guiAddress = "0.0.0.0:8384";
};
networking.firewall = {
allowedTCPPorts = [8384];
};
}