fix: update tailscale flags

This commit is contained in:
2026-04-12 19:05:11 +02:00
parent a13a19e8e9
commit 2f1f60b836

View File

@@ -12,6 +12,8 @@
services.tailscale = {
enable = true;
openFirewall = true;
extraSetFlags = [ "--netfilter-mode=nodivert" ];
extraDaemonFlags = [ "--no-logs-no-support" ];
};
};
}