dcrdex: fix build id
This commit is contained in:
+4
-1
@@ -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`).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user