From 71c66de227c13f4ba6cf36d922c079ada259b742 Mon Sep 17 00:00:00 2001 From: Charlie Moog Date: Sun, 5 May 2024 17:37:04 +0000 Subject: [PATCH] document store url `trusted=true` option behavior --- src/libstore/globals.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 933fc2e5a..0c71a7515 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -782,6 +782,7 @@ public: - the store object has been signed using a key in the trusted keys list - the [`require-sigs`](#conf-require-sigs) option has been set to `false` + - the store URL is configured with `trusted=true` - the store object is [content-addressed](@docroot@/glossary.md#gloss-content-addressed-store-object) )", {"binary-cache-public-keys"}};