aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7f0ecf0..944f87c 100644
--- a/Makefile
+++ b/Makefile
@@ -14,12 +14,13 @@ dev-check: check public
public:
+HOST = toph
deploy:
scp \
src/infrastructure/guix/channels.scm \
src/infrastructure/guix/system.scm \
- toph:/etc/guix/
- ssh toph reconfigure
+ $(HOST):/etc/guix/
+ ssh $(HOST) r reconfigure $(OPTS)
.sentinel/mkdir-public: