mermet: dovecot: fix sieve with nixos-24.05
[sourcephile-nix.git] / Makefile
index b1fd7b6e2c7cd69e7ba85e1761ef737921acad17..9eadf318e0eba17dba44404047af125ed23a09ef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,9 @@
 all: init
 
-include .lib/nix/Makefile.make
-include .lib/nixops/Makefile.make
+.PHONY: share/networking/named.root
+share/networking/named.root:
+       mkdir -p $(@D)
+       curl >$@ -L https://www.internic.net/domain/named.root
 
-#
-## init
-###
-.PHONY: build
-build:
-       nix $(NIX_FLAGS) build -f build \
-        --out-link result \
-        --show-trace $(NIX_BUILD_FLAGS)
-       tree result/
-
-init: build
-       result/bin/init
+tunnel-rspamd:
+       ssh -nNTL 11334:localhost:11334 root@sourcephile.fr