fix: update tailscale flags

This commit is contained in:
2026-04-17 12:47:20 +02:00
parent a13a19e8e9
commit 2f1f60b836
+2
View File
@@ -12,6 +12,8 @@
services.tailscale = {
enable = true;
openFirewall = true;
extraSetFlags = [ "--netfilter-mode=nodivert" ];
extraDaemonFlags = [ "--no-logs-no-support" ];
};
};
}