Skip to content

Commit

Permalink
apps: cluster1: guix: taskrun: Deploy guix system.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Sep 21, 2024
1 parent 7ff7254 commit 4af8ddc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions apps/cluster1/guix/taskrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ spec:
- name: script
value: |
#!/usr/bin/env bash
set -x
id
set -o nounset -o errexit -o pipefail -o xtrace
mkdir -p "${HOME}/.local/share"
git clone https://gitlab.com/wigust/dotfiles "${HOME}/.local/share/chezmoi"
cd "${HOME}/.local/share/chezmoi" || exit 1
sudo -i guix system reconfigure "${PWD}/dotfiles/guixsd/vm-guix-datavolume.scm"

0 comments on commit 4af8ddc

Please sign in to comment.