diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-12-06 20:45:22 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-12-06 20:45:22 -0500 |
| commit | d68648a43c29f9c2f323df22b1b1347e53014d8d (patch) | |
| tree | 0db2461efe22094f4ea15fa06505057887587d3d /scripts/reconfigure-system | |
| parent | fix ssh TERM, fix hyprlock exit (diff) | |
| download | dotfiles-guix-d68648a43c29f9c2f323df22b1b1347e53014d8d.tar.gz dotfiles-guix-d68648a43c29f9c2f323df22b1b1347e53014d8d.tar.bz2 dotfiles-guix-d68648a43c29f9c2f323df22b1b1347e53014d8d.zip | |
add autocommit tooling, update commits
Diffstat (limited to 'scripts/reconfigure-system')
| -rwxr-xr-x | scripts/reconfigure-system | 3 |
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" |