diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 1e50e2d13..20ac8fe4e 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -287,10 +287,7 @@ public: Setting tarballTtl{this, 60 * 60, "tarball-ttl", "How soon to expire files fetched by builtins.fetchTarball and builtins.fetchurl."}; - Setting signedBinaryCaches{this, "*", "signed-binary-caches", - "Obsolete."}; - - Setting requireSigs{this, signedBinaryCaches == "*", "require-sigs", + Setting requireSigs{this, true, "require-sigs", "Whether to check that any non-content-addressed path added to the " "Nix store has a valid signature (that is, one signed using a key " "listed in 'trusted-public-keys'."};