Make tailscale trusted everywhere

This commit is contained in:
2022-12-28 15:36:43 +00:00
parent 411cf0d919
commit 2ffd00737e
2 changed files with 2 additions and 1 deletions

View File

@@ -31,7 +31,6 @@
allowedUDPPorts = [41641]; allowedUDPPorts = [41641];
}; };
}; };
firewall.trustedInterfaces = ["tailscale0"];
}; };
services.syncthing = { services.syncthing = {

View File

@@ -73,6 +73,8 @@ in {
EDITOR = "hx"; EDITOR = "hx";
}; };
networking.firewall.trustedInterfaces = ["tailscale0"];
programs.zsh.enable = true; programs.zsh.enable = true;
services = { services = {