cyclone: Ensure Syncthing has firewall access

This commit is contained in:
Spotlight 2025-05-15 19:03:43 -05:00
parent 541fda0f39
commit d9be1ba0e2
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 26 additions and 11 deletions

View file

@ -9,8 +9,22 @@
networking = {
hostName = "cyclone";
hostId = "79696666";
# Allow WireGuard.
firewall.checkReversePath = "loose";
firewall = {
# Allow WireGuard.
checkReversePath = "loose";
interfaces = {
# Syncthing
"enp14s0" = {
allowedTCPPorts = [ 22000 ];
allowedUDPPorts = [ 21027 ];
};
"tailscale0" = {
allowedTCPPorts = [ 22000 ];
allowedUDPPorts = [ 21027 ];
};
};
};
};
# General service configuration.
@ -126,6 +140,7 @@
jetbrains.idea-ultimate
signal-desktop
srain
tcpdump
tuba
wireshark
vscode