nix: disable --pure
[sourcephile-nix.git] / Makefile
index 809cfe211365d982f715d1eab83acf065daa6689..17226827cc6cfc9993cdbdaaaba4d228a23a91b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,19 @@ all: init
 
 include .lib/nixops/Makefile.make
 
+.PHONY: config/dns/named.root
+config/dns/named.root:
+       mkdir -p $(@D)
+       curl >$@ -L https://www.internic.net/domain/named.root
+
+send-pass:
+       rsync -ai --delete ../sec/pass julm@sourcephile.fr:work/sourcephile/sec/
+recv-pass:
+       rsync -ai --delete julm@sourcephile.fr:work/sourcephile/sec/pass  ../sec/
+
+tunnel-rspamd:
+       ssh -nNTL 11334:localhost:11334 root@sourcephile.fr
+
 #
 ## init
 ###