summaryrefslogtreecommitdiff
path: root/scripts/reconfigure-system
blob: 19792d13162046eeac6d499fab146f66fceddb47 (plain)
1
2
3
4
#!/bin/sh
retry="$(dirname $0)/guix-retry"
repo="$(realpath "$(dirname $0)/..")"
sudo -E "$retry" guix system -L "$repo/modules" reconfigure "$repo/systems/$(hostname).scm"