summaryrefslogtreecommitdiff
path: root/ext/terranix/vars.nix
blob: afee9de222de26927f8f6898c6a79aac1d90c027 (plain)
1
2
3
4
5
6
7
8
9
10
{
  variable = {
    # cloudflare
    getchoo_com_zone_id.default = "5ab8019935bfb8838a820aa68250eb77";
    account_id.default = "44c47ae2d55db34c1bf2f378ea8202f1";

    # tailscale
    tailnet.default = "getchoo.github";
  };
}