dotfiles-guix/scripts/reconfigure-system

5 lines
173 B
Text
Raw Permalink Normal View History

2024-12-07 01:45:22 +00:00
#!/bin/sh
2024-12-13 00:15:02 +00:00
retry="$(dirname $0)/guix-retry"
repo="$(realpath "$(dirname $0)/..")"
sudo -E "$retry" guix system -L "$repo/modules" reconfigure "$repo/systems/$(hostname).scm"