disable syncthing tray because it caused issues
This commit is contained in:
parent
e50f788933
commit
6dd00b7e13
|
@ -1,10 +1,6 @@
|
||||||
{pkgs, ...}:
|
{pkgs, ...}: {
|
||||||
let
|
|
||||||
user = import ../data/user.nix {};
|
|
||||||
in {
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tray.enable = true;
|
|
||||||
|
|
||||||
guiAddress = "0.0.0.0:8384";
|
guiAddress = "0.0.0.0:8384";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue