{ inputs, config, ... }: { imports = [ inputs.synix.nixosModules.tailscale ]; services.tailscale = { enable = true; enableSSH = true; acceptDNS = !config.services.coredns.enable; loginServer = "https://hs.sid.ovh"; }; }