{ config, pkgs, ... }: { services.tailscale = { enable = true; extraUPFlags = [ "--login-server https://bosco.myrmexia.xyz" "--operator defin" ]; }; networking.firewall = { checkReversePath = "loose"; trustedInterfaces = [ "taiolscale0" ]; allowedUDPPorts = [ config.services.tailscale.port ]; }; }