Update file .chezmoi.yaml.tmpl

This commit is contained in:
Brian Zalewski 2023-01-24 17:51:59 +00:00
parent b88fb45b85
commit b106b06fe7

View file

@ -111,9 +111,6 @@
{{- if not (env "PUBLIC_SERVICES_DOMAIN") -}}
{{- $domain = promptStringOnce $data.user "domain" "Domain name" $domain -}}
{{- end -}}
{{- if not (env "TIMEZONE") -}}
{{- $timezone = promptStringOnce $data.user "timezone" "Timezone" $timezone -}}
{{- end -}}
{{- else -}}
{{- $headless = true -}}