fixing hostname typos
This commit is contained in:
parent
cb39989568
commit
d1dfddf9ac
3 changed files with 8 additions and 6 deletions
|
@ -1,12 +1,11 @@
|
|||
encryption = "age"
|
||||
[age]
|
||||
identity = "~/.key.txt"
|
||||
recipient = "age1yd87u4ae86erpem2tynyl959ppc8a3jt4ztssykytzaklut6uvus5prt2t"
|
||||
|
||||
{{- $hostname = .chezmoi.hostname -}}
|
||||
{{- $hostname := .chezmoi.hostname -}}
|
||||
{{- if eq .chezmoi.os "darwin" -}}
|
||||
{{- $hostname := output "scutil" "--get" "ComputerName" | trim -}}
|
||||
{{- end -}}
|
||||
|
||||
encryption = "age"
|
||||
[age]
|
||||
identity = "~/.key.txt"
|
||||
recipient = "age1yd87u4ae86erpem2tynyl959ppc8a3jt4ztssykytzaklut6uvus5prt2t"
|
||||
[data]
|
||||
hostname = {{ $hostname | quote }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue