diff --git a/tail.nix b/tail.nix new file mode 100644 index 0000000..bc3dc2e --- /dev/null +++ b/tail.nix @@ -0,0 +1,7 @@ +{ config, ... }: +{ + services.tailscale = { + enable = true; + useRoutingFeatures = "both"; + }; +}