Make tailscale trusted everywhere
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
allowedUDPPorts = [41641];
|
||||
};
|
||||
};
|
||||
firewall.trustedInterfaces = ["tailscale0"];
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
|
||||
@@ -73,6 +73,8 @@ in {
|
||||
EDITOR = "hx";
|
||||
};
|
||||
|
||||
networking.firewall.trustedInterfaces = ["tailscale0"];
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
services = {
|
||||
|
||||
Reference in New Issue
Block a user