removing syncthign tray

This commit is contained in:
cnst
2024-09-26 17:04:49 +02:00
parent 3542de91c6
commit 7c422fd27b

View File

@@ -12,7 +12,7 @@ in {
config = mkIf cfg.enable {
services.syncthing = {
enable = true;
tray.enable = true;
tray.enable = false;
};
};
}