{ config, pkgs, ... }: { services.tailscale = { enable = true; useRoutingFeatures = "both"; authKeyFile = "/home/blake/.nix/.keyring/tailscale/authkey"; }; }