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
|
@ -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…
Reference in a new issue