fixing hostname typos

This commit is contained in:
Matthew Ryan Dillon 2023-08-14 07:26:21 -04:00
parent cb39989568
commit d1dfddf9ac
3 changed files with 8 additions and 6 deletions

View file

@ -6,6 +6,8 @@
- `yersiniapestis`: wsl (debian) - `yersiniapestis`: wsl (debian)
- `devterm`: devterm (debian) - `devterm`: devterm (debian)
## steps
1) set the fqdn (this is necessary for some of the host-specific chezmoi config): 1) set the fqdn (this is necessary for some of the host-specific chezmoi config):
```bash ```bash

View file

@ -1,12 +1,11 @@
encryption = "age" {{- $hostname := .chezmoi.hostname -}}
[age]
identity = "~/.key.txt"
recipient = "age1yd87u4ae86erpem2tynyl959ppc8a3jt4ztssykytzaklut6uvus5prt2t"
{{- $hostname = .chezmoi.hostname -}}
{{- if eq .chezmoi.os "darwin" -}} {{- if eq .chezmoi.os "darwin" -}}
{{- $hostname := output "scutil" "--get" "ComputerName" | trim -}} {{- $hostname := output "scutil" "--get" "ComputerName" | trim -}}
{{- end -}} {{- end -}}
encryption = "age"
[age]
identity = "~/.key.txt"
recipient = "age1yd87u4ae86erpem2tynyl959ppc8a3jt4ztssykytzaklut6uvus5prt2t"
[data] [data]
hostname = {{ $hostname | quote }} hostname = {{ $hostname | quote }}

View file

@ -57,6 +57,7 @@ check_paths=(
# rust # rust
$HOME/.cargo/bin $HOME/.cargo/bin
$HOME/.cargo/env
# WSL # WSL
# /mnt/c/windows # /mnt/c/windows