localsend firewall

This commit is contained in:
martyTF 2026-01-26 14:03:09 +01:00
parent 2dd9c877d7
commit 13c1a67609

View file

@ -5,7 +5,11 @@
networkmanager.enable = true;
firewall = {
enable = true;
allowedUDPPorts = [ config.services.tailscale.port ];
allowedUDPPorts = [
config.services.tailscale.port
53317
];
allowedTCPPorts = [ 53317 ];
trustedInterfaces = [ "tailscale0" ];
};
};