Syncthing: Difference between revisions

Jooooscha (talk | contribs)
Declarative configuration: Add a section about how to add additional settings to syncthing
Turns out the Syncthing paths that are required are actually strings not paths.
Line 99: Line 99:
services = {
services = {
   syncthing = {
   syncthing = {
     key = "/path/to/key.pem";
     key = "${</path/to/key.pem>}";
     cert = "/path/to/cert.pem";
     cert = "${</path/to/cert.pem>}";
     ...
     ...
};
};