force colima dns servers (for resolving npm packages)

This commit is contained in:
Matthew Ryan Dillon 2023-09-25 12:46:57 -04:00
parent af13398206
commit 261c424494

View file

@ -21,7 +21,7 @@ BASE16_SHELL="$HOME/.config/base16-shell/"
alias i="ipython3" alias i="ipython3"
{{ if eq .chezmoi.hostname "rattusrattus" -}} {{ if eq .chezmoi.hostname "rattusrattus" -}}
alias colima_start="colima start --memory 4 --vm-type vz --mount-type virtiofs" alias colima_start="colima start --memory 4 --vm-type vz --mount-type virtiofs --dns 8.8.8.8 --dns 8.8.4.4"
{{- end }} {{- end }}
{{- if eq .chezmoi.hostname "devterm" }} {{- if eq .chezmoi.hostname "devterm" }}