Syncthing

This commit is contained in:
Jack Mechem 2026-03-16 12:18:40 -07:00
parent e65144675d
commit 2710145bf9
4 changed files with 14 additions and 0 deletions

View file

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