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
###