diff --git a/README.md b/README.md index 38b91af..d081fbc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # plinth slashfiles - repo root: `/srv` -- symlink `flake` to `/etc/nixos` diff --git a/ngx/build.sh b/ngx/build.sh new file mode 100755 index 0000000..a6f2044 --- /dev/null +++ b/ngx/build.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +mkdir out 2>/dev/null || true +deno run ./default.ts > out/default.conf +deno run ./pds.ts > out/pds.conf