parent
ca33e7d3c0
commit
86b498278f
|
@ -1,5 +1,4 @@
|
||||||
# plinth slashfiles
|
# plinth slashfiles
|
||||||
|
|
||||||
- repo root: `/srv`
|
- repo root: `/srv`
|
||||||
- symlink `flake` to `/etc/nixos`
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue