diff options
author | EuAndreh <eu@euandre.org> | 2022-11-27 08:16:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-27 08:16:18 -0300 |
commit | c313dab24d10ff865457e154c56c6fdb41d6dddb (patch) | |
tree | e0cb7b4150cce62674079321bbbe8342b81414b8 /Makefile | |
parent | src/infrastructure/guix/system.scm: Add "htop" package (diff) | |
download | toph-c313dab24d10ff865457e154c56c6fdb41d6dddb.tar.gz toph-c313dab24d10ff865457e154c56c6fdb41d6dddb.tar.xz |
Makefile: Also copy channels.scm in "deploy" target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -14,5 +14,8 @@ dev-check: check public: deploy: - scp src/infrastructure/guix/system.scm toph:/etc/guix/ + scp \ + src/infrastructure/guix/channels.scm \ + src/infrastructure/guix/system.scm \ + toph:/etc/guix/ ssh toph reconfigure |