feat: add syncthing

This commit is contained in:
Felix Schröter 2020-10-06 17:41:56 +02:00
parent 24c63b4375
commit 3b43500a12
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
6 changed files with 104 additions and 11 deletions

5
home/syncthing.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }:
{
services.syncthing.tray = true;
}