{ config, lib, pkgs, ... }: { imports = [ "./common.nix" ]; documentation.enable = false; modules.networking.tailscale = { enable = true; restrictSSH = false; }; }