diff options
author | Adam Joseph <adam@westernsemico.com> | 2022-09-01 17:51:56 -0700 |
---|---|---|
committer | Adam Joseph <adam@westernsemico.com> | 2022-09-01 17:51:56 -0700 |
commit | 59dc8346ca53f49ccdbbd6709b12a479376d1464 (patch) | |
tree | 2dc7c8855002654687f7ef4ec4cd14c04f9f745c /doc | |
parent | f6c750e8b2f299e9876fd8f2578f9093682f6d7f (diff) |
move substituter signature-checking conditions to configuration file documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/glossary.md | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/manual/src/glossary.md b/doc/manual/src/glossary.md index 7ba595ba0..6bf041e7c 100644 --- a/doc/manual/src/glossary.md +++ b/doc/manual/src/glossary.md @@ -75,13 +75,8 @@ - [substituter]{#gloss-substituter}\ A *substituter* is an additional store from which Nix will - copy store objects it doesn't have. Nix will copy a store - path from a remote store only if one of the following is true: - - - the store object is signed by one of the `trusted-public-keys` - - the substituter is in the `trusted-substituters` list - - the `no-require-sigs` option has been set to disable signature checking - - the store object is [output-addressed](#gloss-output-addressed-store-object) + copy store objects it doesn't have. For details, see the + [`substituters` option](command-ref/conf-file.html#conf-substituters). - [purity]{#gloss-purity}\ The assumption that equal Nix derivations when run always produce |