Syncthing: Difference between revisions
imported>Stuzenz m minor change due to change in options from 'extraOptions' to 'settings' |
attached to Category:Application. Introduction added. |
||
Line 1: | Line 1: | ||
Syncthing is a decentralized file sync service. You can use it to safely sync all files in a folder between different desktops/servers. In other Linux distribution you configure it via Web-GUI. In NixOS you can fully configure it using Nix. | |||
== Install == | |||
Syncthing is available as a standalone package: <code>nix-env -iA nixos.syncthing</code> | Syncthing is available as a standalone package: <code>nix-env -iA nixos.syncthing</code> | ||
Line 75: | Line 77: | ||
https://github.com/nix-community/home-manager/blob/master/modules/services/syncthing.nix | https://github.com/nix-community/home-manager/blob/master/modules/services/syncthing.nix | ||
[[Category: Applications]] |