summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-20 08:23:04 -0300
committerEuAndreh <eu@euandre.org>2024-08-20 08:23:04 -0300
commitcb26539cb5b78ea10f785c0d3bb50c8a1153805b (patch)
tree36362516748d68c0c98b4ade0a97b4ae90823249
parentsrc/gitconfig: Make "*" safe as the glob did not work (diff)
downloadsyskeep-cb26539cb5b78ea10f785c0d3bb50c8a1153805b.tar.gz
syskeep-cb26539cb5b78ea10f785c0d3bb50c8a1153805b.tar.xz
src/reconfigure: Use /etc/guix/system.scm over src/guix/system.scm
-rwxr-xr-xsrc/reconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reconfigure b/src/reconfigure
index c5c2c4a..0460d11 100755
--- a/src/reconfigure
+++ b/src/reconfigure
@@ -47,6 +47,6 @@ cd /opt/server
git fetch
git checkout "$SHA"
-guix system -v3 "$ACTION" src/guix/system.scm
+guix system -v3 "$ACTION" /etc/guix/system.scm
echo cicd add $DEPLOY_OPT /srv/git/*.git