Server: enable routing features for tailscale
This commit is contained in:
parent
cb3ec0cb57
commit
200ff43096
2 changed files with 9 additions and 0 deletions
|
|
@ -13,5 +13,6 @@
|
||||||
./ddclient.nix
|
./ddclient.nix
|
||||||
./beep.nix
|
./beep.nix
|
||||||
./wireguard.nix
|
./wireguard.nix
|
||||||
|
./tailscale.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
8
roles/server/tailscale.nix
Normal file
8
roles/server/tailscale.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{ config, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.tailscale = {
|
||||||
|
# This is needed for being an exit node
|
||||||
|
useRoutingFeatures = "server";
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue