{ config, lib, ... }: { config = lib.mkIf config.niriwm.enable { services.tailscale = { enable = true; openFirewall = true; }; }; }