cyclone: Ensure Syncthing has firewall access
This commit is contained in:
parent
541fda0f39
commit
d9be1ba0e2
2 changed files with 26 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue