mbsync: put extra config at the beginning

If it is at the end it will just end up applying to the last defined
section.

Fixes #748

(cherry picked from commit c3520bfa52)
This commit is contained in:
Robert Helgesson 2019-07-05 22:16:15 +02:00
parent 4f13f06b01
commit 413ac52bed
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -173,9 +173,9 @@ in
in
concatStringsSep "\n" (
[ "# Generated by Home Manager.\n" ]
++ optional (cfg.extraConfig != "") cfg.extraConfig
++ accountsConfig
++ groupsConfig
++ optional (cfg.extraConfig != "") cfg.extraConfig
) + "\n";
home.activation.createMaildir =