summaryrefslogtreecommitdiff
path: root/scripts/reconfigure-system
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/reconfigure-system2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/reconfigure-system b/scripts/reconfigure-system
index 1e38b42..3d378f3 100755
--- a/scripts/reconfigure-system
+++ b/scripts/reconfigure-system
@@ -1,3 +1,3 @@
#!/bin/sh
repo="$HOME/.config/guix"
-sudo -E guix system -L "$repo/modules" reconfigure "$repo/systems/$(hostname).scm"
+sudo -E guix-retry guix system -L "$repo/modules" reconfigure "$repo/systems/$(hostname).scm"