From 261c4244943575ba0ea27aa6ebbc8d67b79f4205 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 25 Sep 2023 12:46:57 -0400 Subject: [PATCH] force colima dns servers (for resolving npm packages) --- home/dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_zshrc.tmpl b/home/dot_zshrc.tmpl index 508da75..c92a715 100644 --- a/home/dot_zshrc.tmpl +++ b/home/dot_zshrc.tmpl @@ -21,7 +21,7 @@ BASE16_SHELL="$HOME/.config/base16-shell/" alias i="ipython3" {{ 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 }} {{- if eq .chezmoi.hostname "devterm" }}