aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Wilken2023-11-28 20:12:31 +0100
committerTimo Wilken2023-11-28 20:12:31 +0100
commit385f51f3fa4b5a0d48d9fbfa124ec92c0b6b393c (patch)
treea560d8dcf024a1a77f113f5c51b8b529ec10c33b /Makefile
parent081fb8db2408d9c214f864e138010454c84a959c (diff)
Encrypt to new laptop SSH host keys
Also, follow WireGuard secrets renaming.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f29db0b5..b65f0c67 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: test tw/system/%.test tw/home/%.test images tw/system/installer/%.image
+.PHONY: secrets test tw/system/%.test tw/home/%.test images tw/system/installer/%.image
systems = $(wildcard tw/system/*.scm)
homes = $(wildcard tw/home/*.scm)
@@ -15,3 +15,6 @@ tw/system/%.test: tw/system/%.scm
tw/system/installer/%.image: tw/system/installer/%.scm
guix system image -L $(CURDIR) -t iso9660 --label=GUIX_$$(date -Idate) $<
+
+secrets: regenerate-secrets.sh
+ $(CURDIR)/$<