mirror of
https://github.com/tale/headplane.git
synced 2026-08-30 00:47:17 +00:00
fix(agent): allow disabling Tailscale netns (#618)
This commit is contained in:
@@ -313,6 +313,16 @@ in {
|
||||
'';
|
||||
};
|
||||
|
||||
tailscale_netns = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
description = ''
|
||||
Use Tailscale's socket-level routing-loop handling in the dedicated Headplane agent process.
|
||||
Keep enabled unless its fallback pins the agent's Headscale connection to the wrong interface.
|
||||
Set to false only after verifying that ordinary OS routing in the container's network namespace reaches Headscale correctly.
|
||||
'';
|
||||
};
|
||||
|
||||
package = mkPackageOption pkgs "headplane-agent" {};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user