nix-config/hosts/common/optional/systemd-exit-node.nix

7 lines
106 B
Nix
Raw Permalink Normal View History

2023-12-24 11:16:59 +01:00
{
imports = [../global/tailscale.nix];
services.tailscale = {
useRoutingFeatures = "both";
};
}