aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-18 18:11:06 -0300
committerEuAndreh <eu@euandre.org>2024-08-18 18:11:52 -0300
commit0adb498f6df41807542d99e8b8d08533cd96156e (patch)
tree0fc3a38e58680d63c3ebfd6ec0909dbe3bb57ad0 /Makefile
parentsystem.scm: Rename prefix "queue:" => "q:" (diff)
downloadtoph-0adb498f6df41807542d99e8b8d08533cd96156e.tar.gz
toph-0adb498f6df41807542d99e8b8d08533cd96156e.tar.xz
git mv src/infrastructure/keys/ src/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 24b6d9a..da2a634 100644
--- a/Makefile
+++ b/Makefile
@@ -6,16 +6,16 @@ DOCDIR = $(SHAREDIR)/doc/$(NAME)
-all: public src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped
+all: public src/keys/SSH/root@euandre.org.id_rsa.pub.stripped
packages system: ALWAYS \
- src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped
+ src/keys/SSH/root@euandre.org.id_rsa.pub.stripped
rm -f $@
guix build -r $@ -v3 -f src/guix/$@.scm
-src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped: \
- src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.txt
+src/keys/SSH/root@euandre.org.id_rsa.pub.stripped: \
+ src/keys/SSH/root@euandre.org.id_rsa.pub.txt
cut -d' ' -f8- < $(@D)/`basename $(@F) .stripped`.txt > $@
install: all
@@ -105,7 +105,7 @@ upload-secrets: $(prod-secrets.txt)
## Generate the ".ssh/authorized_keys" file and upload
## it to rsync.net.
upload-keys:
- cat src/infrastructure/keys/SSH/*.txt | ssh suyin dd of=.ssh/authorized_keys
+ cat src/keys/SSH/*.txt | ssh suyin dd of=.ssh/authorized_keys
ALWAYS: