X-Git-Url: https://git.sourcephile.fr/sourcephile-nix.git/blobdiff_plain/4aaebbbedfccd4fe6d2404959d7882dd4339c631..4c92d83acad7e6ab68c4adf3db848297fab1ecb4:/Makefile diff --git a/Makefile b/Makefile index b1fd7b6..9eadf31 100644 --- 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