X-Git-Url: https://git.sourcephile.fr/sourcephile-nix.git/blobdiff_plain/f41cdf7b01480ccefcf52778f7c1a821763b9dbc..b586c36c9fbb109ddda2f5a43bb006f2a3fce99a:/Makefile diff --git a/Makefile b/Makefile index 7e2e7c3..bda7b86 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,9 @@ -include .lib/nix/Makefile.make -include .lib/nixops/Makefile.make +all: init -# -## init -### -.PHONY: build -build: - nix $(NIX_FLAGS) build -f build \ - --out-link result \ - --show-trace $(NIX_BUILD_FLAGS) - tree result/ +.PHONY: var/named.root +var/named.root: + mkdir -p $(@D) + curl >$@ -L https://www.internic.net/domain/named.root -init: build - result/bin/init +tunnel-rspamd: + ssh -nNTL 11334:localhost:11334 root@sourcephile.fr