docs: improve readme with domains and key gen info
This commit is contained in:
parent
55876f2828
commit
899b70fcfc
1 changed files with 11 additions and 8 deletions
19
README.md
19
README.md
|
|
@ -3,17 +3,20 @@
|
||||||
nixos config for the hetzner vps.
|
nixos config for the hetzner vps.
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- forgejo (git)
|
- forgejo (git.extremist.software)
|
||||||
- stalwart (mail)
|
- stalwart (mail.extremist.software)
|
||||||
- searx (search)
|
- searx (search.extremist.software)
|
||||||
- conduit (matrix)
|
- conduit (matrix.extremist.software)
|
||||||
- minecraft (fabric + optimization mods)
|
- minecraft (extremist.software)
|
||||||
- caddy (reverse proxy)
|
- caddy (reverse proxy)
|
||||||
- grafana/prometheus (monitoring)
|
- grafana/prometheus (status.extremist.software)
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
`nix run github:nix-community/nixos-anywhere -- --flake .#extremist-software --impure root@<ip>`
|
`nix run github:nix-community/nixos-anywhere -- --flake .#extremist-software --impure root@<ip>`
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
copy `secrets.nix.example` to `secrets.nix` and fill it in.
|
1. copy `secrets.nix.example` to `secrets.nix`.
|
||||||
repo uses impure build cause i dont want to manage encrypted secret files in git right now.
|
2. fill in values (generate random keys for searx/tailscale).
|
||||||
|
3. `tailscaleKey` must be a **reusable** key.
|
||||||
|
|
||||||
|
repo uses `impure` build to load `secrets.nix` directly. no encrypted secrets in git.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue