nixos-mods/frontend: hotfix syncthingtray starting too fast

secrix-issue25
Felix Stupp 2 months ago
parent 0d43d69676
commit f6b6bf43ae
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -406,6 +406,10 @@ in
}; };
# syncthingtray typically starts to early to find the tray
# TODO improve fix permanently
systemd.user.services.syncthingtray.Service.ExecStartPre = "sleep 10";
# TODO does not work yet (current: manual config) # TODO does not work yet (current: manual config)
#accounts.email.accounts."Mailbox Personal" = { #accounts.email.accounts."Mailbox Personal" = {

Loading…
Cancel
Save