{ flake, matchHelper, ... }: let inherit (flake.config.services) instances; in [ (matchHelper ":dotfiles" "https://gitlab.com/upRootNutrition/dotfiles") (matchHelper ":website" "https://${instances.jellyfin.interfaces.interface0.domain}") (matchHelper ":forgejo" "https://${instances.forgejo.interfaces.interface0.domain}") (matchHelper ":mastodon" "https://${instances.mastodon.interfaces.interface0.domain}") ]