From d68648a43c29f9c2f323df22b1b1347e53014d8d Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 6 Dec 2024 20:45:22 -0500 Subject: add autocommit tooling, update commits --- scripts/reconfigure-system | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/reconfigure-system (limited to 'scripts/reconfigure-system') 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" -- cgit v1.2.3-freya