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"; }
|
{ path = "sync"; type = "data"; }
|
||||||
];
|
];
|
||||||
home-manager.users.charlotte = { pkgs, ... }: {
|
home-manager.users.charlotte = { pkgs, ... }: {
|
||||||
services.syncthing = {
|
services.syncthing.enable = true;
|
||||||
enable = true;
|
|
||||||
tray = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue