{lib, ...}: let tailscale = lib.lists.forEach [ "authentik" "ibiza" "matrix" "photos" "proxmox" "pw" "tokyo" "nitter" "paste" "e6" "minecraft-invites" ] (name: { name = name + ".gmem.ca"; content = "newcluster.gmem.ca"; }); home = lib.lists.forEach [ "git" "authentik" "games" "ibiza" "matrix" "photos" "proxmox" "pw" "tokyo" "nitter" "atuin" "dref" "freshrss" "hb" "home" "hue" "netboot" "pipedapi" "piped" "request-media" "tools" "ytproxy" "metube" "search" "paste" "e6" "red" "minecraft-invites" "secrets" ] (name: { name = name + ".gmem.ca"; content = "homelab.gmem.ca"; }); in { data = { "bcee89" = home; "74c6db" = tailscale; }; }