tailscale: enable routing features
This commit is contained in:
parent
698e7e930d
commit
e12c843bb0
@ -19,7 +19,10 @@ in
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
services.tailscale.enable = true;
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
useRoutingFeatures = "both";
|
||||
};
|
||||
|
||||
networking.wireguard.enable = true;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user