Don't use tailscale in containers
This commit is contained in:
parent
aa7bbc5932
commit
ec2b248ed8
@ -8,7 +8,7 @@ in
|
||||
{
|
||||
options.services.tailscale.exitNode = mkEnableOption "Enable exit node support";
|
||||
|
||||
config.services.tailscale.enable = true;
|
||||
config.services.tailscale.enable = !config.boot.isContainer;
|
||||
|
||||
# exit node
|
||||
config.networking.firewall.checkReversePath = mkIf cfg.exitNode "loose";
|
||||
|
Loading…
x
Reference in New Issue
Block a user