Skip to content

Commit

Permalink
apps: cluster1: guix: taskrun: Override DNS resolver.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Sep 21, 2024
1 parent 2b9dc1c commit 3880cdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/cluster1/guix/taskrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
#!/usr/bin/env bash
set -o nounset -o errexit -o pipefail -o xtrace
mkdir -p "${HOME}/.local/share"
# TODO: Fix not available resolver provided by Kubernetes.
echo "nameserver 192.168.0.145" | sudo tee /etc/resolv.conf
guix install git
git clone https://gitlab.com/wigust/dotfiles "${HOME}/.local/share/chezmoi"
cd "${HOME}/.local/share/chezmoi" || exit 1
Expand Down

0 comments on commit 3880cdf

Please sign in to comment.