fix(sgx): correct attribute path for Syncthing config
Previously, the `insecureSkipHostcheck` option was incorrectly placed under `settings.options`. This update moves it to the correct path under `settings.gui` to ensure proper configuration behavior.
This commit is contained in:
		
							parent
							
								
									24688f6ad8
								
							
						
					
					
						commit
						27895a1baf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -77,7 +77,7 @@ | |||
|       dataDir = "/mnt/raid/Qmultimedia/syncthing"; # Default folder for new synced folders | ||||
|       configDir = "/mnt/raid/Qmultimedia/syncthing/.config/syncthing"; # Folder for Syncthing's settings and keys | ||||
|       guiAddress = "127.0.0.1:8384"; | ||||
|       settings.options.insecureSkipHostcheck = true; | ||||
|       settings.gui.insecureSkipHostcheck = true; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue