mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore: fmt, feat(syncthing): allow on tailscale
This commit is contained in:
parent
b7f5cd0562
commit
b556db56cc
7 changed files with 89 additions and 65 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue