diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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: |