chore: fmt, feat(syncthing): allow on tailscale

This commit is contained in:
Kat Inskip 2024-09-02 23:17:24 -07:00
parent b7f5cd0562
commit b556db56cc
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
7 changed files with 89 additions and 65 deletions

View file

@ -5,5 +5,10 @@
openDefaultPorts = true;
dataDir = "/mnt/kyuuto-litterbox";
};
networking.firewall.interfaces.local.allowedTCPPorts = [ 8384 ];
networking.firewall.interfaces = let
x.allowedTCPPorts = [8384];
in {
local = x;
tail = x;
};
}