Require signatures by default
This corresponds to the NixOS default.
This commit is contained in:
		
							parent
							
								
									4bb38591e5
								
							
						
					
					
						commit
						ecbc3fedd3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -44,7 +44,7 @@ LocalStore::LocalStore(const Params & params) | ||||||
|     , reservedPath(dbDir + "/reserved") |     , reservedPath(dbDir + "/reserved") | ||||||
|     , schemaPath(dbDir + "/schema") |     , schemaPath(dbDir + "/schema") | ||||||
|     , trashDir(realStoreDir + "/trash") |     , trashDir(realStoreDir + "/trash") | ||||||
|     , requireSigs(trim(settings.get("signed-binary-caches", std::string(""))) != "") // FIXME: rename option
 |     , requireSigs(trim(settings.get("signed-binary-caches", std::string("*"))) != "") // FIXME: rename option
 | ||||||
|     , publicKeys(getDefaultPublicKeys()) |     , publicKeys(getDefaultPublicKeys()) | ||||||
| { | { | ||||||
|     auto state(_state.lock()); |     auto state(_state.lock()); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue