This commit is contained in:
alsaiduq-lab 2025-06-30 21:21:44 -06:00
parent de4b14a35d
commit 37346c49e0
23 changed files with 12 additions and 39 deletions

View file

@ -1,10 +0,0 @@
{...}: {
services.tailscale = {
enable = true;
};
networking.firewall = {
allowedUDPPorts = [41641];
trustedInterfaces = ["tailscale0"];
};
}