dcrdex: fix build id

This commit is contained in:
2026-09-15 13:30:35 -07:00
parent 13ad9d2aa4
commit 588e39cb81
2 changed files with 21 additions and 7 deletions
+4 -1
View File
@@ -2,6 +2,10 @@
`services.bisonw` wraps the Bison Wallet daemon. You can provide either a rendered configuration through `services.bisonw.settings` or point at an existing file with `services.bisonw.configFile`.
## Package Note
A valid Bison Wallet Build ID (also used for JS/CSS cache busting) requires Go VCS metadata: build from a Git checkout retaining `.git` with `-buildvcs=true`, or inject an equivalent revision during the build.
## sops-nix
Render `dexc.conf` with `sops-nix` and point the service at it. Example:
@@ -72,4 +76,3 @@ services.bisonw.operator = {
- `services.bisonw.dataDir` defaults to `/var/lib/bisonw`. The service owns and uses this path as `HOME` and `XDG_DATA_HOME`.
- The unit runs as the `services.bisonw.user`/`group` (default `bisonw`).