docs/swarm/credentials.md: fix citation range to include 'A path, never a value'
The citation for the nix option description was 529-531, but the quoted phrase 'A path, never a value.' appears on line 533. The correct range 529-533 includes both the 'operator places by hand' claim and the 'path, never a value' assertion that the doc attributes to that file. Refs #4445
This commit is contained in:
parent
cc77db0e7e
commit
972b80d7b8
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ certificate is what authenticates a principal to the store, so it's the one
|
||||||
credential that can't be fetched from the store. Something has to exist on
|
credential that can't be fetched from the store. Something has to exist on
|
||||||
disk before the first request, or there's nothing to make the request with.
|
disk before the first request, or there's nothing to make the request with.
|
||||||
Every host has one; its only power is to ask the store for the rest.
|
Every host has one; its only power is to ask the store for the rest.
|
||||||
`swarm-bao.nix:529-531` states the rule for the nix option that carries it:
|
`swarm-bao.nix:529-533` states the rule for the nix option that carries it:
|
||||||
this is _"the credential an operator places by hand"_, and _"a path, never a
|
this is _"the credential an operator places by hand"_, and _"a path, never a
|
||||||
value."_ A literal in a nix expression lands in the nix store —
|
value."_ A literal in a nix expression lands in the nix store —
|
||||||
world-readable and permanent — so that option takes a path to the
|
world-readable and permanent — so that option takes a path to the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue