diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-05-30 14:41:33 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-05-30 14:41:33 -0400 |
| commit | 5421a0480aac9ec5a1f05e37b19f85cbbdf8c0fc (patch) | |
| tree | 9d38bda921af1c9a16fb05e37f285d47657b1da6 /guix_reconfigure.sh | |
Diffstat (limited to 'guix_reconfigure.sh')
| -rwxr-xr-x | guix_reconfigure.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/guix_reconfigure.sh b/guix_reconfigure.sh new file mode 100755 index 0000000..372f10c --- /dev/null +++ b/guix_reconfigure.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +echo Updating $(hostname) ... +sudo guix system reconfigure -L ~/opt/dotfiles-framework/guix/ ~/opt/dotfiles-framework/guix/systems/$(hostname)/system.scm |
