Disable syncthing tray since it doesn't work
This commit is contained in:
parent
4f57dbca7e
commit
64d3c90207
1 changed files with 1 additions and 4 deletions
|
@ -6,9 +6,6 @@
|
|||
{ path = "sync"; type = "data"; }
|
||||
];
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
tray = true;
|
||||
};
|
||||
services.syncthing.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue