Syncthing: Difference between revisions
m Cleanup |
Cleanup |
||
| Line 1: | Line 1: | ||
[https://syncthing.net Syncthing] is a decentralized file synchronization service. You can use it to safely sync all files in a folder between different desktops/servers. | [https://syncthing.net Syncthing] is a decentralized file synchronization service. You can use it to safely sync all files in a folder between different desktops/servers. | ||
== Setup == | == Setup == | ||
Syncthing | To enable Syncthing, add following to your system configuration: | ||
<syntaxhighlight lang="nix"> | |||
services.syncthing.enable = true; | |||
</syntaxhighlight> | |||
You can confirm Syncthing runs by visiting http://127.0.0.1:8384/ . | |||
Follow the official ''[https://docs.syncthing.net/intro/getting-started.html Getting Started]'' guide to get started. | |||
== Configuration == | == Configuration == | ||