Hosts: remove SyncthingTray option
This commit is contained in:
parent
d3a0160578
commit
64c5d81106
|
@ -84,7 +84,6 @@ in
|
|||
syncthing = {
|
||||
enable = true;
|
||||
autostart = true;
|
||||
enableTray = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -114,17 +114,11 @@ in
|
|||
users = {
|
||||
aires = {
|
||||
enable = true;
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
enableTray = false; # Recent versions of STT don't recognize Gnome's tray. Uninstalling for now.
|
||||
};
|
||||
services.syncthing.enable = true;
|
||||
};
|
||||
gremlin = {
|
||||
enable = true;
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
enableTray = false;
|
||||
};
|
||||
services.syncthing.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue