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.
|
||||
|
||||
services:
|
||||
- forgejo (git)
|
||||
- stalwart (mail)
|
||||
- searx (search)
|
||||
- conduit (matrix)
|
||||
- minecraft (fabric + optimization mods)
|
||||
- forgejo (git.extremist.software)
|
||||
- stalwart (mail.extremist.software)
|
||||
- searx (search.extremist.software)
|
||||
- conduit (matrix.extremist.software)
|
||||
- minecraft (extremist.software)
|
||||
- caddy (reverse proxy)
|
||||
- grafana/prometheus (monitoring)
|
||||
- grafana/prometheus (status.extremist.software)
|
||||
|
||||
deploy:
|
||||
`nix run github:nix-community/nixos-anywhere -- --flake .#extremist-software --impure root@<ip>`
|
||||
|
||||
secrets:
|
||||
copy `secrets.nix.example` to `secrets.nix` and fill it in.
|
||||
repo uses impure build cause i dont want to manage encrypted secret files in git right now.
|
||||
1. copy `secrets.nix.example` to `secrets.nix`.
|
||||
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