feat: remove syncthing

This commit is contained in:
Felix Schröter 2022-07-10 13:11:03 +02:00
parent 6fee4d8a86
commit fc3a243354
Signed by: felschr
GPG key ID: 671E39E6744C807D
7 changed files with 0 additions and 79 deletions

View file

@ -8,7 +8,6 @@
./desktop/monitors.nix
./vpn.nix
./git.nix
./syncthing.nix
./keybase.nix
./signal.nix
./browsers

View file

@ -1,6 +0,0 @@
{ config, pkgs, ... }:
{
# TODO https://github.com/nix-community/home-manager/issues/1425
# services.syncthing.tray = true;
}