11{{- $cloudflareR2AccountId := (default "84fa0d1b16ff8086dd958c468ce7fd59" (env "CLOUDFLARE_R2_ID")) -}}
22{{- $cloudflareUsername := (default "
[email protected] " (env "CLOUDFLARE_USERNAME")) -}}
3+ {{- $cloudflareTeamsOrg := (default "manhattan" (env "CLOUDFLARE_TEAMS_ORG")) -}}
34{{- $desktopSession := true -}}
45{{- $domain := (default "megabyte.space" (env "PUBLIC_SERVICES_DOMAIN")) -}}
56{{- $email := (default "
[email protected] " (env "PRIMARY_EMAIL")) -}}
127128data:
128129 host:
129130 arch: "{{ .chezmoi.arch }}"
131+ cloudflare:
132+ teamsOrg: "{{ $cloudflareTeamsOrg }}"
130133 cpu:
131134 cores: "{{ $cpuCores }}"
132135 threads: "{{ $cpuThreads }}"
@@ -141,6 +144,15 @@ data:
141144 doRegion: nyc1
142145 domain: "{{ $domain }}"
143146 elasticFleetServer: "https://elastic-fleet.{{ $PUBLIC_SERVICES_DOMAIN }}:8220"
147+ gitlabRunners:
148+ - glurl: "https://gitlab.com/"
149+ runnerDescription: "Docker executor"
150+ runnerImage: "alpine:latest"
151+ runnerTags: "alpine,linux"
152+ - glurl: "https://gitlab.com/"
153+ baseVM: "debian"
154+ runnerDescription: "VirtualBox executor - Debian, OpenJDK 20"
155+ runnerTags: "bash,openjdk20,linux"
144156 headless: {{ $headless }}
145157 home: "{{ .chezmoi.homeDir }}"
146158 homeParentFolder: "{{ if eq .chezmoi.os "linux" }}/home{{ else if eq .chezmoi.os "darwin" }}/Users{{ else }}C:\Users{{ end }}"
@@ -172,7 +184,7 @@ data:
172184 r2: "{{ $cloudflareR2AccountId }}"
173185 username: "{{ $cloudflareUsername }}"
174186 defaultBrowser: chrome
175- defaultBrowserDarwin: browserosaurus
187+ defaultBrowserDarwin: chrome
176188 digitalOceanClusterId: b7fc4e37-ffe7-4ea1-887a-0e19ee077f32
177189 # `domain` is kept here for backwards compatibility, but the .host.domain is the preferred selector
178190 domain: "{{ $domain }}"
@@ -182,6 +194,9 @@ data:
182194 email: "{{ $gcloudEmail }}"
183195 github:
184196 username: "{{ $githubUsername }}"
197+ gitomatic:
198+ - git: "{{ default "
[email protected] :megabyte-labs/install.doctor.git" (env "START_REPO") }}"
199+ path: /usr/local/src/install.doctor
185200 gmail:
186201 username: "{{ $gmailAddress }}"
187202 gpg:
0 commit comments