Disable syncthing tray since it doesn't work

This commit is contained in:
Charlotte Van Petegem 2020-09-28 11:23:10 +02:00
parent 4f57dbca7e
commit 64d3c90207
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -6,9 +6,6 @@
{ path = "sync"; type = "data"; }
];
home-manager.users.charlotte = { pkgs, ... }: {
services.syncthing = {
enable = true;
tray = true;
};
services.syncthing.enable = true;
};
}