You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
673 B
Cheetah
16 lines
673 B
Cheetah
{{- $development := promptBoolOnce . "development" "is this a development environment [false]" -}}
|
|
{{- $hellotech := promptBoolOnce . "hellotech" "include work tools [false]" -}}
|
|
{{- $include_legacy := promptBoolOnce . "include_legacy" "include old scripts [false]" -}}
|
|
{{- $bws_token := promptStringOnce . "bws_token" "BitWarden Secrets Manager Access Token" -}}
|
|
|
|
encryption = "age"
|
|
[age]
|
|
identity = "{{ .chezmoi.homeDir }}/.config/chezmoi/key.txt"
|
|
recipient = "age166qk8xkvd5cx2mqfxenw0mvmg4ghv7jzg8ffr0f0dave5lwzm38qswha8c"
|
|
|
|
[data]
|
|
bws_token = {{ $bws_token | quote }}
|
|
development = {{ $development }}
|
|
hellotech = {{ $hellotech }}
|
|
include_legacy = {{ $include_legacy }}
|