summaryrefslogtreecommitdiff
path: root/scripts/reconfigure-system
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-12-06 20:45:22 -0500
committerFreya Murphy <freya@freyacat.org>2024-12-06 20:45:22 -0500
commitd68648a43c29f9c2f323df22b1b1347e53014d8d (patch)
tree0db2461efe22094f4ea15fa06505057887587d3d /scripts/reconfigure-system
parentfix ssh TERM, fix hyprlock exit (diff)
downloaddotfiles-guix-d68648a43c29f9c2f323df22b1b1347e53014d8d.tar.gz
dotfiles-guix-d68648a43c29f9c2f323df22b1b1347e53014d8d.tar.bz2
dotfiles-guix-d68648a43c29f9c2f323df22b1b1347e53014d8d.zip
add autocommit tooling, update commits
Diffstat (limited to '')
-rwxr-xr-xscripts/reconfigure-system3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/reconfigure-system b/scripts/reconfigure-system
new file mode 100755
index 0000000..1e38b42
--- /dev/null
+++ b/scripts/reconfigure-system
@@ -0,0 +1,3 @@
+#!/bin/sh
+repo="$HOME/.config/guix"
+sudo -E guix system -L "$repo/modules" reconfigure "$repo/systems/$(hostname).scm"